mIRC Homepage
Posted By: learn3r /raw commands - 14/03/07 08:29 AM
What are the other raw commands?

like : /raw PRIVMSG
is there any for describe?
Posted By: genius_at_work Re: /raw commands - 14/03/07 02:05 PM
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
Posted By: learn3r Re: /raw commands - 15/03/07 04:30 AM
I tried /raw describe
gives an error
Posted By: RusselB Re: /raw commands - 15/03/07 05:03 AM
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)
Posted By: Doqnach Re: /raw commands - 15/03/07 09:17 AM
http://www.irchelp.org/irchelp/rfc/chapter4.html#c4_4
© mIRC Discussion Forums