mIRC Home    About    Download    Register    News    Help

Print Thread
#174544 09/04/07 03:48 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
How can see or tell if someone is using hiddin text or symblod to flood on dalnet?

Last edited by Garou; 09/04/07 03:49 PM.
Garou #174562 09/04/07 07:25 PM
Joined: Jan 2007
Posts: 259
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Jan 2007
Posts: 259
Do you mean like this:
Quote:

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



Those who can, cannot. Those who cannot, can.
Kardafol #174563 09/04/07 08:03 PM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
Yes and sometimes I can see some of the text but not all of it.

Last edited by Garou; 09/04/07 08:04 PM.
Garou #174565 09/04/07 08:18 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
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.

Garou #174569 09/04/07 08:38 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.

RusselB #174570 09/04/07 08:41 PM
Joined: Mar 2007
Posts: 60
S
Babel fish
Offline
Babel fish
S
Joined: Mar 2007
Posts: 60
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.


"In order to succeed, your desire for success should be greater than your fear of failure."
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
/strip is an internal mIRC command, not a server command.

mIRC options (alt+o) > IRC > Messages > 'Strip codes from incoming messages'

RusselB #174599 10/04/07 12:42 AM
Joined: Aug 2006
Posts: 469
G
Garou Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Aug 2006
Posts: 469
Ok thx guys.


Link Copied to Clipboard