m (PatrolBot moved page /me command - mIRC to mirc/commands/me: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/me Command}}{{mIRC menu}} |
The '''/me command''' is used to send an action message to the active window. Because this command does not take a target parameter, it cannot be used within events that are triggered by anything other than the user directly from a given channel. For example: it can be used within the on input or hotlink events but not within the on text. To be able to generate an action message from any event to any window, consider using the /describe command instead. | The '''/me command''' is used to send an action message to the active window. Because this command does not take a target parameter, it cannot be used within events that are triggered by anything other than the user directly from a given channel. For example: it can be used within the on input or hotlink events but not within the on text. To be able to generate an action message from any event to any window, consider using the /describe command instead. | ||
Revision as of 04:24, 4 January 2015
Template:mIRC menu The /me command is used to send an action message to the active window. Because this command does not take a target parameter, it cannot be used within events that are triggered by anything other than the user directly from a given channel. For example: it can be used within the on input or hotlink events but not within the on text. To be able to generate an action message from any event to any window, consider using the /describe command instead.
An action message is simply a regular PRIVMSG that follows a client-dependent format - usually different to that of a normal message. The raw format for an action message is:
//raw PRIVMSG $active $+(:, $chr(1), ACTION) [message] $+ $chr(1)
Where [message] is the actual message to be displayed.
Synopsis
/me <message>
Switches
None
Parameters
- <message> - The message to be sent to the channel
Example
;Send an action message to the active window /me brings the cookie jar
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.