mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2005
Posts: 1
S
spid Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Jan 2005
Posts: 1
hi,

i've noticed, when i'm having mode +x on myself ('hidden host'), quakenet sends a raw 338 on whois'ing myself.

mirc writes the following line when it receives that raw:
someone is actually [email]h@os.t[/email] [my.ip]

it seems not to be possible to block that line by using:
Code:
  
raw 338: * {
  haltdef
}


first i tried to get out what numeric that raw has:
Code:
raw *:*: {
  echo -a $chr(91) $+ raw $numeric $+ $chr(93) $1- 
  haltdef
}


but the line didn't show up with a [raw xx] prefix, what wondered me, so i tried /debug to get out which it has

anyway, to me it seems like some kind of bug that mirc doesn't allow me to overwrite the handling of that raw

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
This is a known issue, but thank you for taking the time to report it anyway smile

Regards,


Mentality/Chris

Link Copied to Clipboard