Quote:
yes, it seems like it would be easier to do with a .txt file

Code:
on @*:text:!op*:#:{ if $istok(%opnicks,$nick,44) { mode # +o $nick } | else { halt } }

All you have to do is place that in remote and type this:
/set %opnicks nick1,nick2,nick3
It works like this:
<nick1> !op
* You sets mode: +o nick1
<NickX>!op
Nothing happens..