mIRC Homepage
Posted By: TREMOR Strip colours - 19/06/04 07:51 PM
Is there a command in mirc to strip colors for 1 or more persons?
If not how do I start. .
Posted By: tsoglanos Re: Strip colours - 19/06/04 09:40 PM
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..
Posted By: TREMOR Re: Strip colours - 20/06/04 10:03 AM
Thx I can do something with that.
Posted By: Fibsi Re: Strip colours - 20/06/04 01:01 PM
/ignore -k <nick|address>

-k = Control codes (^K,^B,^U,^R,^O)
Posted By: TREMOR Re: Strip colours - 20/06/04 03:22 PM
OMG is it that simple.
LOL!!!!
Posted By: Fibsi Re: Strip colours - 20/06/04 10:22 PM
it's mIRC wink
Posted By: tsoglanos Re: Strip colours - 22/06/04 12:08 PM
Don`t call me baby,.....
Posted By: tsoglanos Re: Strip colours - 23/06/04 10:48 AM
-k strips all controls codes he was talking about striping only colors
Posted By: TREMOR Re: Strip colours - 23/06/04 04:46 PM
I didn't say only
© mIRC Discussion Forums