mIRC Home    About    Download    Register    News    Help

Print Thread
#172706 14/03/07 08:29 AM
Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
What are the other raw commands?

like : /raw PRIVMSG
is there any for describe?


learn learn learn
learn3r #172713 14/03/07 02:05 PM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
All commands that your client sends to the server are RAW commands. PRIVMSG actually does more than just private messages. It is used for ALL messages, all actions (describe), all CTCPs, and likely some others as well. Some other RAWs are JOIN, PART, QUIT, MODE, NOTICE. You can see all the RAWs your client sends by enabling debug mode:

/debug @debug

Type /debug off or close the @debug window to disable debug mode.

The arrows pointing to the right -> are RAWs that your client is sending to the server. The arrows pointing to the left <- show RAWs the server is sending to you.

-genius_at_work

Joined: Oct 2006
Posts: 342
L
learn3r Offline OP
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
I tried /raw describe
gives an error


learn learn learn
learn3r #172763 15/03/07 05:03 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
That's because the actual raw message that is sent when using /describe is PRIVMSG per genius_at_work's post
Quote:
PRIVMSG actually does more than just private messages. It is used for ALL messages, all actions (describe)

learn3r #172765 15/03/07 09:17 AM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063


If it ain't broken, don't fix it!

Link Copied to Clipboard