when you start it, it randomly assigns a color to each nick in the nicklist and reassign every second until you type /rnc to pause it, and it returns back to default colors.
maybe cuase he don't know what regular expressions are?
oh and
if (/ !isin $1) && (%rdc == on) { %type $1- | halt }
if (/ isin $1) { $1- | halt }
what if you type "te/st" :s
should be
if ($left($1,1) == /) { $1- | halt }
if (%rdc == on) { %type $1- | halt }
otherwise nice job ;o
least this has somewhat of use...if you don't have a nicklist and can't /whois. :x
But why is the dialog half of my screen? :/
and is the variable %ophop nesscessary?
you could find out if your admin/owner of a room with
if ($left($nick($me).pnick,1) == &)
if ($left($nick($me).pnick,1) == ~)