mIRC Homepage
what are all the raw commands? Perhaps there is a list? If somebody coudl direct me towards it.
there is a list called jeepsters numerics but i have no idea where to get it
i just use this code
Code:
 
raw *:*: echo -s $numeric $1-
 


in my remotes to catch them and go from there smile hope that helps
thats cheech, thats exactly what i needed
Or /debug @debug wink

Numerics differ on some servers, the best way is to get IRCd sources and look into src/s_err.c file.
Or you can use Google to search for IRC+numerics or something.
On most networks, you can use /stats m to get a list of all the raw commands (but not their syntaxes). You have to keep in mind, though, that not all of those commands are for users; some are for IRC operators and some are even server-to-server only, or for use by services only.

For bahamut, I wrote up a file that contains the syntaxes for all 48 of the commands available (at the time - there are more now, though I don't think there are any more user commands). It's available here.
© mIRC Discussion Forums