From WikiChip
Difference between revisions of "mirc/on events/on owner"
m (Bot: Adding a template (template:mIRC on event list)) |
m (→Parameters: Link access levels) |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''ON OWNER''' event triggers whenever a user on a channel has been elevated to the level of [[Channel owner - IRC|channel owner]]. | + | {{mirc title|On Owner - Events}} |
+ | The '''ON OWNER''' event triggers whenever a user on a channel has been elevated to the level of [[Channel owner - IRC|channel owner]]. You can use {{mIRC|$opnick}} to get the nickname being given owner status. | ||
== Synopsis == | == Synopsis == | ||
Line 5: | Line 6: | ||
== Parameters == | == Parameters == | ||
− | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The | + | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The corresponding {{mIRC|access levels}} 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;">'''<matchtext>'''</span>The text to match in the event.. | ||
Line 17: | Line 18: | ||
== Example == | == Example == | ||
Message the channel where the event occurs: | Message the channel where the event occurs: | ||
− | <source lang="mIRC">ON *: | + | <source lang="mIRC">ON *:OWNER:#:msg # $opnick $+ : Congratulations on becoming an owner of # $+ !</source> |
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.61}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
Line 31: | Line 30: | ||
* [[On op - mIRC|ON OP]] | * [[On op - mIRC|ON OP]] | ||
* [[On voice - mIRC|ON VOICE]] | * [[On voice - mIRC|ON VOICE]] | ||
− | * | + | * {{mIRC|/mode}} |
− | * | + | * {{mIRC|$mode}} |
{{mIRC on event list}} | {{mIRC on event list}} | ||
− | [[Category: | + | [[Category:mIRC on events|owner]] |
Latest revision as of 06:59, 6 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The ON OWNER event triggers whenever a user on a channel has been elevated to the level of channel owner. You can use $opnick to get the nickname being given owner status.
Synopsis[edit]
ON <level>:OWNER:<#[,#]>:<commands>
Parameters[edit]
<level>The corresponding access levels for the event to trigger.
<matchtext>The text to match in the event..
<#[,#]>The channel, or channels where the event listens.
#Any channel if left by itself, otherwise refers to a specific channel
[,#]List of specific channel names
Example[edit]
Message the channel where the event occurs:
ON *:OWNER:#:msg # $opnick $+ : Congratulations on becoming an owner of # $+ !
Compatibility[edit]
Added: mIRC v5.61
Added on: 23 Sep 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
mIRC on event list