Difference between revisions of "Raw"
From Scriptwiki
m (removed /quote from see also) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
You must know the correct RAW format of the command you are sending. Useful for sending commands which mIRC hasn't implemented yet. | You must know the correct RAW format of the command you are sending. Useful for sending commands which mIRC hasn't implemented yet. | ||
− | The -q switch makes | + | The -q switch makes raw work quietly without printing what it's sending. |
− | '''Note''' that it is the same as [[Quote|/quote]] | + | '''Note''' that it is the same as [[Quote|/quote]]. |
== Example == | == Example == | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | * http://www.ietf.org/rfc/rfc1459.txt?number=1459 IRC RFC, to learn more about the syntax. | |
− | |||
− | |||
[[Category:Raws]] | [[Category:Raws]] |
Latest revision as of 09:23, 23 April 2008
Sends any parameters you supply directly to the server.
/raw [-q] <command>
You must know the correct RAW format of the command you are sending. Useful for sending commands which mIRC hasn't implemented yet.
The -q switch makes raw work quietly without printing what it's sending.
Note that it is the same as /quote.
Example
raw PRIVMSG #help.script :moo
This will send "PRIVMSG #help.script :moo" to the server. This example is the same as "msg #help.script moo".
See Also
- http://www.ietf.org/rfc/rfc1459.txt?number=1459 IRC RFC, to learn more about the syntax.