From WikiChip
Editing mirc/on events/on action
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | The '''ON ACTION''' event monitors [[/me command - mIRC|/me]] action events inside of a channel, or a query window. | |
− | The '''ON ACTION''' event | ||
== Synopsis == | == Synopsis == | ||
Line 6: | Line 5: | ||
== Parameters == | == Parameters == | ||
− | + | <span style="display: inline-block; width: 105px;">'''ON'''</span>Turns on the event listener. | |
− | + | ||
− | + | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The level for the event to trigger. For instance if a user has an access level of 10, but this event triggers at level 15, the event would not fire. | |
− | + | ||
− | + | <span style="display: inline-block; width: 105px;">'''ACTION'''</span>The specific event to be listened for; in this case the '''ACTION''' event. | |
− | + | ||
− | + | <span style="display: inline-block; width: 105px;">'''<matchtext>'''</span>The text to match in the event. This can be a single wildcard, '''*''', for all matches or wildcard matches in general, such as: '''*end''' In this case, the event looks for any text ending in '''end'''. | |
+ | |||
+ | <span style="display: inline-block; width: 105px;">'''<*><?><#[,#]>'''</span>The place, or places where the event listens. | ||
+ | |||
+ | <span style="display: inline-block; width: 105px;">'''<commands>'''</span>The commands to be performed when the event listener's criteria is met. | ||
== Examples == | == Examples == | ||
Line 20: | Line 23: | ||
The above code listens for the action event, looks for if the user used the word ''slap'' in any channel, and then responds accordingly. | The above code listens for the action event, looks for if the user used the word ''slap'' in any channel, and then responds accordingly. | ||
− | '''Note:''' The | + | '''Note:''' The wildcard search, with a space between them and the word, means this event will not trigger if any other characters are touching the word ''slap''. This includes words such as: ''slaps'', ''slapper'', ''myslap'', etc. |
'''Listen for any action inside of a private message and responds''' | '''Listen for any action inside of a private message and responds''' | ||
Line 28: | Line 31: | ||
== Compatibility == | == Compatibility == | ||
− | + | Added: mIRC v3.5 | |
+ | |||
+ | Added On: 07/08/95 | ||
== See Also == | == See Also == | ||
* [[List of on events - mIRC|mIRC Events]] | * [[List of on events - mIRC|mIRC Events]] | ||
− | [[Category:mIRC | + | [[Category:mIRC identifiers]] |