Rebellious commented on a Page, Room Commands.  -  Dec 13, 2007

Why?
Because you won\'t be able to use the commands if you do not have the correct status:

 menu channel,nicklist {
  $iif($me isop $chan,Room Cmds, $style(2) Room cmds):
  ..Topic: { topic $chan $$?=\"Set Topic?\" }
  ..Greet: { set $chan greet $$?=\"Greet?\" }
  ..Secret: { mode $chan +s }
  ..DeSecret: { mode $chan -s }
  ..Invite: { mode $chan +i }
  ..DeInvite: { mode $chan -i }
  ..Members Only: { mode $chan +j }
  ..DeMembers Only: { mode $chan -j }
  ..Invite: { invite $$1 $$?=\"What Channel?\" }
  ..Kick: { kick $$1 $chan $$?=\"Why?\" }
  ..Ban: { mode $chan +b $address($$1,4) }
  ..Kick ban: { mode $chan +b $address($$1,4) | kick $chan $$1 $$?=\"Why?\" }
} 
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.