Room Commands.

By |Chris| on Dec 13, 2007

Paste fresh remotes.

Right click Channel ot nicklist to use.
If you have questions or Problems contact me on
/server 58.168.24.36 on nick Chris^`2122

menu channel,nicklist {
  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?" }
}  

Comments

Sign in to comment.
|Chris|   -  Dec 15, 2007

Ah i see. Well if you don\'t Check it\'ll just tell you you\'re not able to do those commands through services. But w/e.
Thanks.

 Respond  
guest598594   -  Dec 13, 2007

indeed

 Respond  
Rebellious   -  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  
|Chris|   -  Dec 13, 2007

Why?

 Respond  
guest598594   -  Dec 13, 2007

you should check if $me isop $chan

 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.