mIRC Homepage
Posted By: Garou hiddin text - 09/04/07 03:48 PM
How can see or tell if someone is using hiddin text or symblod to flood on dalnet?
Posted By: Kardafol Re: hiddin text - 09/04/07 07:25 PM
Do you mean like this:
Quote:

<nick>
<nick>
<nick>
<nick>
...

Posted By: Garou Re: hiddin text - 09/04/07 08:03 PM
Yes and sometimes I can see some of the text but not all of it.
Posted By: RoCk Re: hiddin text - 09/04/07 08:18 PM
Their text color is the same color as your background.
If your background is white all they have to do is make their
text color white to make it seem invisible...

/echo -a 0,0this is white on white text

Just highlight the text using your mouse and you will be able to read the text.
Posted By: RusselB Re: hiddin text - 09/04/07 08:38 PM
One way to ensure that you always see all of the text, is to strip the colours from the text. This can be done by issuing the command
Code:
/strip +c
this would strip the colours from any and all text that you receive (it will not effect bold, reverse or underlining)

Alternatively, you could use
Code:
on ^*:text:*:#:{
echo $chan $strip($1-,c)
haltdef
}


Which, in my opinion, is unnecessary, as both do the same thing. The only advantage to using the second one, is that you can make it specific to the channel, nick and/or text being received.
Posted By: Spitfire3292 Re: hiddin text - 09/04/07 08:41 PM
I would prefer to use the second one because not all networks use +c for stripping colors. In a network i am in +c completely dissallows colors while +S just strips then.
Posted By: RoCk Re: hiddin text - 09/04/07 08:48 PM
/strip is an internal mIRC command, not a server command.

mIRC options (alt+o) > IRC > Messages > 'Strip codes from incoming messages'
Posted By: Garou Re: hiddin text - 10/04/07 12:42 AM
Ok thx guys.
© mIRC Discussion Forums