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

(Created page with "The '''ame command''' is used to send an action message to all the channels you are currently on in a specific network. This command behaves the same as the /me command with ...")
 
(fixed format error)
Line 34: Line 34:
 
* [[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]]
* [[$amsg identifier - mIRC|$amsg]]
+
* [[/amsg command - mIRC|/amsg]]
* [[$describe identifier - mIRC|$describe]]
+
* [[/describe command - mIRC|/describe]]
* [[$me identifier - mIRC|$me]]
+
* [[/me command - mIRC|/me]]
* [[$msg identifier - mIRC|$msg]]
+
* [[/msg command - mIRC|/msg]]
* [[$qme identifier - mIRC|$qme]]
+
* [[/qme command - mIRC|/qme]]
* [[$qmsg identifier - mIRC|$qmsg]]
+
* [[/qmsg command - mIRC|/qmsg]]
* [[$say identifier - mIRC|$say]]
+
* [[/say command - mIRC|/say]]
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 02:46, 1 December 2013

The ame command is used to send an action message to all the channels you are currently on in a specific network. This command behaves the same as the /me command with the addition of multiple channels.


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 #ChanA,#chanB,#chanC $+(:, $chr(1), ACTION) [message] $+ $chr(1))

Where [message] is the actual message to be displayed.

Synopsis

/ame <message>

Switches

None

Parameters

  • <message> - The action message to be sent

Example

/ame gives away cookies
 
; The ame command can be used in conjunction with
; the scon command to generate a multi-network ame:
/scon -at1 ame gives away cookies

Compatibility

Added: mIRC v3.2

Added On: 02/05/1995

Note: Individual switches were not taken into consideration.

See also