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

m (Bot: Adding a template)
m (Bot: de-linking old mIRC menu)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{mirc title|/raw Command}}
 
The '''/raw command''' toggles the raw events processing. With no parameters, the /raw command displays the current state (either disabled or enabled).  Alternatively, the /raw command can be used to send text to the server AS IS.
 
The '''/raw command''' toggles the raw events processing. With no parameters, the /raw command displays the current state (either disabled or enabled).  Alternatively, the /raw command can be used to send text to the server AS IS.
  
Line 29: Line 30:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v3.3, v3.4
+
{{mIRC compatibility|3.3}}
 
 
Added On: 21/06/95
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$remote identifier - mIRC|$remote]]
+
* {{mIRC|$remote}}
* [[$rawmsg identifier - mIRC|$rawmsg]]
+
* {{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}}
* [[/quote command - mIRC|/quote]]
+
* {{mIRC|/quote}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|raw command - mIRC]]

Latest revision as of 19:36, 15 June 2017

The /raw command toggles the raw events processing. With no parameters, the /raw command displays the current state (either disabled or enabled). Alternatively, the /raw command can be used to send text to the server AS IS.

Synopsis[edit]

/raw [on|off]
/raw [-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]

  • [on|off] - Enables or disables raw events processing
  • <string> - The data to be sent to the server

Example[edit]

To see the current state:

/remote

Which will print something like:

* Remote is on (Ctcps,Events,Raw)

/raw can also be used to send text to the server:

/raw PRIVMSG #mIRC :Hello World!

The command above is equivalent to /msg #mIRC Hello World.

Compatibility[edit]

Added: mIRC v3.3
Added on: 21 Jun 1995
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