Furthermore:

Is there an identifier that can check the mode on a channel?

Ex:

Code:
if ($mode == +c) { msg $chan Sorry, colors are disabled on $chan $+ . You'll need to find somewhere else to play Uno. }


(Not saying that $mode exists, just sort of an idea of what I'm looking for)




FURTHERMORE:

You know the users list? Well, is there an identifier for that? Perhaps something like:

Code:
if ($user($nick) == syscon) { msg $nick You can not ban a bot operator! }


EDIT: Could it be

Code:
(if $level($address($2,2)) == syscon) { msg $nick You can not ban a bot operator! }


Last edited by Mpot; 14/10/07 11:58 PM.