Originally Posted By: genius_at_work


Code:

on *:CONNECT:.msg $me $+(MLT-,$str(º,512))
on me:^*:NICK:.msg $newnick $+(MLT-,$str(º,512))
on me:^*:TEXT:MLT-º*:?:{ set $+(%,MCL.,$cid) $len($gettok($rawmsg,3-,32)) | haltdef }
on *:DISCONNECT:unset $+(%,MCL.,$cid)
alias maxchars $iif($isid,return,echo -a Max:) $calc($iif($($+(%,MCL.,$cid),2),$ifmatch,512) - $iif($1,$len($1) - 1,0))




Now this is absolutely necessary.

on me:^*:open:?:mlt-*:/halt

What's MLT- stand for?

I think for the on me nick, I'll add if ($len($newnick) != $len($nick)).

-Neal.