raw events

These are old archives. They are kept for historic purposes only.
Post Reply
intrepidus
Posts: 2
Joined: Sun Oct 24, 2004 12:28 am

raw events

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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.
intrepidus
Posts: 2
Joined: Sun Oct 24, 2004 12:28 am

Post by intrepidus »

Thanks mate. I've never even tried /debug. Learn something new every day.
Post Reply