I was wondering if I could get some extra help on this because it seems that it works fine but I want to make sure that it has more options on it.
on ^*:NOTICE:*:#: {
if $chan == $active { echo -a 7( $+ $nick $+ )3 $1- | halt }
if ($chan == %c1) { echo -a 7 $+ %cs1 $+ 4 $+ $nick $+ 5 $1- | halt }
The %c1 variable is set to a certain channel, I was wondering how I would go about making it so they can add their own channelnames.
$active represents the #channelname that is currently in view of user.
I also want to know how to go about changing from echo -a to echo channelname or $active