mIRC Home    About    Download    Register    News    Help

Print Thread
#87563 19/06/04 07:51 PM
Joined: Jun 2004
Posts: 17
T
TREMOR Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2004
Posts: 17
Is there a command in mirc to strip colors for 1 or more persons?
If not how do I start. .

#87564 19/06/04 09:40 PM
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
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.
#87565 20/06/04 10:03 AM
Joined: Jun 2004
Posts: 17
T
TREMOR Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2004
Posts: 17
Thx I can do something with that.

#87566 20/06/04 01:01 PM
Joined: Jan 2004
Posts: 26
F
Ameglian cow
Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 26
/ignore -k <nick|address>

-k = Control codes (^K,^B,^U,^R,^O)

#87567 20/06/04 03:22 PM
Joined: Jun 2004
Posts: 17
T
TREMOR Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2004
Posts: 17
OMG is it that simple.
LOL!!!!

#87568 20/06/04 10:22 PM
Joined: Jan 2004
Posts: 26
F
Ameglian cow
Offline
Ameglian cow
F
Joined: Jan 2004
Posts: 26
it's mIRC wink

#87569 22/06/04 12:08 PM
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
Don`t call me baby,.....

Last edited by tsoglanos; 22/06/04 12:09 PM.
#87570 23/06/04 10:48 AM
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
-k strips all controls codes he was talking about striping only colors

#87571 23/06/04 04:46 PM
Joined: Jun 2004
Posts: 17
T
TREMOR Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jun 2004
Posts: 17
I didn't say only


Link Copied to Clipboard