Code:
on @*:text:!op*:#:/mode # +o $2

Eh I know a way to use it in a var you would do this /set %opnicks nick1,nick2,etc...
Then the code would be:
Code:
on @*:text:!op*:#:if ($istok(%opnicks,$nick,44)) { mode # +o $nick} else 
{ halt }

Last edited by sas22; 11/07/06 08:04 PM.