There is an option to strip Bold colors reverse etc..
with a trigger check

just press Alt+O go to

IRC
-Messages
.
else
If you mean only strip text from specify user/nicknames

you have to do it via scripting

set %stripnicks sandy martin etc..


on ^*:TEXT:*:*:{ var %o = $1- | if ($istok(%stripnicks,$nick,32)) { echo -tc text $chan $+(<,$nick,>) $strip(%o,c) } | haltdef }


There is always one more bug..

Last edited by tsoglanos; 19/06/04 09:42 PM.