mIRC Home    About    Download    Register    News    Help

Print Thread
#84352 28/05/04 01:40 AM
Joined: Mar 2004
Posts: 150
D
Darkmnm Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Mar 2004
Posts: 150
Can someone please tell me what is the Raw number for the line within the /whois that shows the following:

›› Status: is a registered nick

Thank you in advance.

#84353 28/05/04 01:47 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
307

#84354 28/05/04 01:50 AM
Joined: Mar 2004
Posts: 150
D
Darkmnm Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Mar 2004
Posts: 150
Once again, thanks for the quick responce. I know it was a dumb question but I for some reason have a hard time finding the Raw commands tut everyone always speaks of.

#84355 28/05/04 02:09 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Lol, No Problem, I'm not all that good at scripting myself, but I get by. :P
Use this "raw catcher"
raw *:*:{ echo $2- ( $+ $numeric $+ ) }
Then do something like /whois <nick> and it'll display the raw number for each part of the whois and every other command. smile

#84356 28/05/04 02:20 AM
Joined: Mar 2004
Posts: 150
D
Darkmnm Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Mar 2004
Posts: 150
Great, I'll be using that alot now. Thanks

#84357 28/05/04 02:29 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Whilst that can help, it's pointless when you can just use /debug

#84358 28/05/04 03:45 PM
Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
It's not pointless. With debug you have all your output and non-numeric input in the way.


Link Copied to Clipboard