Difference between revisions of "Quote"
From Scriptwiki
m |
|||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
− | + | * [[Raw|/raw]] | |
− | + | * http://www.ietf.org/rfc/rfc1459.txt?number=1459 IRC RFC to learn more about the syntax. | |
− | |||
[[Category:Commands]] | [[Category:Commands]] |
Revision as of 08:38, 2 July 2007
Sends any parameters you supply directly to the server.
/quote [-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 quote work quietly without printing what it's sending.
Note that it is the same as /raw.
Example
quote 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
- /raw
- http://www.ietf.org/rfc/rfc1459.txt?number=1459 IRC RFC to learn more about the syntax.