mIRC Home    About    Download    Register    News    Help

Print Thread
#2622 19/12/02 09:21 PM
Joined: Dec 2002
Posts: 40
L
Lucifer Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
I would like to know the raw number in need to use for my auto identify script.

#2623 19/12/02 09:33 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
You don't need a raw number, you just need to put the identify command in the "Perform" section in in the Options dialog or in an on connect event.

#2624 19/12/02 09:45 PM
Joined: Dec 2002
Posts: 40
L
Lucifer Offline OP
Ameglian cow
OP Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
but I need to use a raw for the options I am including in the auto identify script

#2625 19/12/02 10:01 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Well there are alot of raw numbers..you can use 2 ways to find out what number it is

1.
Code:
/debug @Debug
tells mIRC show all data sent to and from the server in @Debug, when the raw is sent, it will be in there.

2.
Code:
raw *:*:{ echo -s $numeric $1- }
echoes all raws recieved to the status window, along with the data in them.

#2626 19/12/02 10:09 PM
Joined: Dec 2002
Posts: 18
W
Pikka bird
Offline
Pikka bird
W
Joined: Dec 2002
Posts: 18


-watcher

Link Copied to Clipboard