_Teen_ commented on a Page, Complete Channel Control On Short Keys   -  Jan 23, 2011

look you need to know, that its not needed it

  if ($1 == `o) { msg chanserv@services.dodear.com op $chan $2- } halt
  if ($1 == `d) { msg chanserv@services.dodear.com deop $chan $2- } halt

you probably use it on ur server but, in other server using Anope, you can use

cs op # $2

this

 if ($1 == .p) { mode $chan $2 +p } halt ( Work Same As Secret Mode )

you need to know that the mode +p its not the same as mode +s,
on Unreal
the +s mode, hides channel from /list and /whois
the +p mode hides channel from /list only

about this

 /ban # $$2 | /kick # $$2

you can use this

ban -k # $2 2 $3-

where 2 its the type of ban and $3- its the reason

 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.