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

m (Bot: Adding a template)
m (Bot: Fixing links)
Line 27: Line 27:
 
* [[$remote identifier - mIRC|$remote]]
 
* [[$remote identifier - mIRC|$remote]]
 
* [[$rawmsg identifier - mIRC|$rawmsg]]
 
* [[$rawmsg identifier - mIRC|$rawmsg]]
* [[/ctcps command - mIRC|/ctcps]]
+
* {{mIRC|/ctcps}}
* [[/remote command - mIRC|/remote]]
+
* {{mIRC|/remote}}
* [[/commands command - mIRC|/commands]]
+
* {{mIRC|/commands}}
* [[/events command - mIRC|/events]]
+
* {{mIRC|/events}}
* [[/raw command - mIRC|/raw]]
+
* {{mIRC|/raw}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
 
[[Category:MIRC commands]]
 
[[Category:MIRC commands]]

Revision as of 19:50, 5 July 2014

The /quote command 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/06/96

Note: Individual switches were not taken into consideration.

See also

[Expand]
v · d · e mIRC commands list