Yes it can be done, you'd have to change the condition from something like
Code:
 $iif(%variable,AuthServ) 
to
Code:
 $iif($network == QuakeNet,Q,Chanserv) 


Hopefully this will give you enough of an idea that you can figure out the rest yourself.

Last edited by Mentality; 18/04/06 07:30 AM.