From WikiChip
Difference between revisions of "mirc/commands/quote"
< mirc‎ | commands

m (Bot: Fixing compatibility)
(Fixed a typo. Hello worls should read hello World)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''/quote command''' can be used to send text to the server AS IS.
+
{{mirc title|/quote Command}}
 +
The '''/quote''' command has been deprecated by the '''/raw''' command and can be used to send text to the server AS IS.
  
 
== Synopsis ==
 
== Synopsis ==
Line 12: Line 13:
  
 
== Example ==
 
== Example ==
<syntaxhighlight lang="mIRC">; send "héllo Worls!" without encoding the é in utf8
+
<syntaxhighlight lang="mIRC">; send "héllo World!" without encoding the é in utf8
 
/quote -nq PRIVMSG #mIRC :héllo World!</syntaxhighlight>
 
/quote -nq PRIVMSG #mIRC :héllo World!</syntaxhighlight>
  
Line 30: Line 31:
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|quote command - mIRC]]

Latest revision as of 12:44, 3 January 2018

The /quote command has been deprecated by the /raw command and can be used to send text to the server AS IS.

Synopsis[edit]

/quote -qn <string>

Switches[edit]

  • -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[edit]

  • <string> - The data to be sent to the server

Example[edit]

; send "héllo World!" without encoding the é in utf8
/quote -nq PRIVMSG #mIRC :héllo World!

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC commands list