Furthermore:
Is there an identifier that can check the mode on a channel?
Ex:
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:
if ($user($nick) == syscon) { msg $nick You can not ban a bot operator! }
EDIT: Could it be
(if $level($address($2,2)) == syscon) { msg $nick You can not ban a bot operator! }