From WikiChip
Difference between revisions of "mirc/commands/quote"
m (Bot: de-linking old mIRC menu) |
|||
Line 1: | Line 1: | ||
{{mirc title|/quote Command}} | {{mirc title|/quote Command}} | ||
− | The '''/quote command''' can be used to send text to the server AS IS. | + | The '''/quote''' command has been deprecated by the '''/raw''' command and can be used to send text to the server AS IS. |
== Synopsis == | == Synopsis == |
Revision as of 08:10, 9 July 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /quote command has been deprecated by the /raw command and can be used to send text to the server AS IS.
Synopsis
/quote -qn <string>
Switches
- -q - Prevents the text being sent to the server from being printed to the window.
- -n - Prevents UTF-8 encoding when sending characters in the 0-255 range.
Parameters
- <string> - The data to be sent to the server
Example
; send "héllo Worls!" without encoding the é in utf8 /quote -nq PRIVMSG #mIRC :héllo World!
Compatibility
Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
mIRC commands list