mIRC Home    About    Download    Register    News    Help

Print Thread
E
eduard0
eduard0
E
Is it possible to see, when someone is doing /whois on me? I think that raw-lines contain also that data, but I have no idea how to set options so that I see also raw-events.

Joined: Dec 2002
Posts: 1,536
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,536
There is no way UNLESS your irc network has a mode to show this. Even if they did I would believe it was limited to IRCops only but what do I know? smile


Those who fail history are doomed to repeat it
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
Nope, you can't see when someone /whoises you.

If you're an IRC Operator *some* ircds will notify you when another user does, but that'd more likely be captured in the ON SNOTICE event, if that's of any relevance to you.

Regards,

E
eduard0
eduard0
E
Ok, but is there any way to show (some or all) raw-data sent to and received from server? Just for experimental purposes...

Thanks already.

Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
raw *:* { echo -s -->> $numeric }

add that to your remote, that will show every raw numeric you recive..

ALT + R open your remote section..

Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
You may also wish to see /help raw events and Jeepster's Numeric File for some help with RAW numerics.

Regards,

Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Or you can use the /debug command.

/debug @debug

Joined: Nov 2004
Posts: 822
J
Hoopy frood
Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
On an IRCd I used to connect to it used to be raw 386

raw 386:*:{ .notice $2 Don't /WHOIS me... pervert! }


Link Copied to Clipboard