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

m (Bot: Fixing links)
m (Bot: Fixing links)
Line 38: Line 38:
 
* [[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}}
 
* {{mIRC|/ctcps}}
 
* {{mIRC|/ctcps}}
 
* {{mIRC|/remote}}
 
* {{mIRC|/remote}}

Revision as of 20:36, 5 July 2014

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

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

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

Example

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

Added: mIRC v3.3, v3.4

Added On: 21/06/95

Note: Individual switches were not taken into consideration.

See also

[Expand]
v · d · e mIRC commands list