Going to test this now. I was trying to compile this, but it errored out. I had to change this:
Code:
void command_wp(Client *c, const Seperator *sep,)
to this:
Code:
void command_wp(Client *c, const Seperator *sep,int wp)
*Edit - still not compiling completely yet.