From WikiChip
Difference between revisions of "mirc/commands/ame"
(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 ...") |
m (Bot: de-linking old mIRC menu) |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/ame Command}} | ||
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. | 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. | ||
Line 7: | Line 8: | ||
Where [message] is the actual message to be displayed. | Where [message] is the actual message to be displayed. | ||
+ | |||
+ | Note: As of mIRC v7.1 the /ame command will split long messages into smaller messages so no part of the message will be truncated. | ||
== Synopsis == | == Synopsis == | ||
Line 15: | Line 18: | ||
== Parameters == | == Parameters == | ||
− | * '''<message>''' - The action message to be sent | + | * '''<message>''' - The action message to be sent. |
== Example == | == Example == | ||
Line 25: | Line 28: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.2}} | |
− | |||
− | |||
− | |||
− | |||
== 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]] | ||
− | * | + | * {{mIRC|/amsg}} |
− | * | + | * {{mIRC|/describe}} |
− | * | + | * {{mIRC|/me}} |
− | * | + | * {{mIRC|/msg}} |
− | * | + | * {{mIRC|/qme}} |
− | * | + | * {{mIRC|/qmsg}} |
− | * | + | * {{mIRC|/say}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|ame command - mIRC]] |
Latest revision as of 18:07, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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.
Note: As of mIRC v7.1 the /ame command will split long messages into smaller messages so no part of the message will be truncated.
Synopsis[edit]
/ame <message>
Switches[edit]
None
Parameters[edit]
- <message> - The action message to be sent.
Example[edit]
/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[edit]
Added: mIRC v3.2
Added on: 02 May 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list