Code:
 
menu nicklist {
  $iif($me isop #,Op Commands)
  .ban:/etc
  .kick:/etc
}


is that what you mean? there's no need for the $null bit.

also it would probably be better to use:

Code:
on *:MODE:#: {
  if (m isincs $1-) { do stuff, like check $chan(#).mode to see if m is still active in the channel. }
}


as with Mentalities idea, if someone sets the mode +im your script will not trigger. <- disregard that, he edited his post after he saw mine :P~~~

Last edited by Ddan; 24/08/04 11:34 PM.