From WikiChip
Editing mirc/on events/on devoice
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 DEVOICE''' event triggers whenever a user on a channel has had their [[Voice channel - IRC|voice]] privileges removed. | |
− | The '''ON DEVOICE''' event triggers whenever a user on a channel has had their voice privileges | + | |
+ | This event also fills the [[$vnick identifier - mIRC|$vnick]] identifier with the nickname of the user who was removed from [[Channel voice - IRC|Channel voice]] status. The [[$nick identifier - mIRC|$nick]] identifier points to the user who removed them. | ||
== Synopsis == | == Synopsis == | ||
Line 6: | Line 7: | ||
== Parameters == | == Parameters == | ||
− | + | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The level for the event to trigger.. | |
− | |||
− | |||
− | |||
− | |||
− | = | + | <span style="display: inline-block; width: 105px;">'''<matchtext>'''</span>The text to match in the event.. |
− | = | + | <span style="display: inline-block; width: 105px;">'''<#[,#]>'''</span>The channel, or channels where the event listens. |
− | + | <div style="background-color: rgba(0,0,0,.03); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''#'''</span>Any channel if left by itself, otherwise refers to a specific channel</div> | |
+ | |||
+ | <div style="background-color: rgba(0,0,0,.06); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''[,#]'''</span>List of specific channel names</div> | ||
== Example == | == Example == | ||
Line 23: | Line 22: | ||
== Compatibility == | == Compatibility == | ||
− | + | Added: mIRC v4.72 | |
+ | |||
+ | Added On: 09/01/97 | ||
== See Also == | == See Also == | ||
Line 32: | Line 33: | ||
* [[On owner - mIRC|ON OWNER]] | * [[On owner - mIRC|ON OWNER]] | ||
* [[On voice - mIRC|ON VOICE]] | * [[On voice - mIRC|ON VOICE]] | ||
− | * | + | * [[/mode command - mIRC|/mode]] |
− | * | + | * [[$mode identifier - mIRC|$mode]] |
− | |||
− | [[Category:mIRC on events | + | [[Category:mIRC on events]] |