Page 1 of 1

raw events

Posted: Sun Nov 07, 2004 12:08 am
by intrepidus
Can anyone link me to the raw events that UnrealIRCd uses? Such things as 'is a registered nick', 'is a bot', 'is on SSL', etc.; non-typical IRC events, the ones that don't appear in rfc1459. I am trying to create a script that sends whois results to a custom mirc window, but I can't get all of them without the raw numerical values or non-numeric.

Posted: Sun Nov 07, 2004 1:53 am
by katsklaw
in mIRC type:

Code: Select all

/debug @debug
then /whois yourself .. the raw IRC data will be displayed in the @debug window including Numerics.

Posted: Sun Nov 07, 2004 2:02 am
by intrepidus
Thanks mate. I've never even tried /debug. Learn something new every day.