From WikiChip
Difference between revisions of "mirc/on events/on owner"
m (Bot: Fixing compatibility) |
m (→Example) |
||
Line 17: | Line 17: | ||
== 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 # $nick $+ : Congratulations on becoming an owner of # $+ !</source> |
== Compatibility == | == Compatibility == |
Revision as of 20:07, 15 July 2014
The ON OWNER event triggers whenever a user on a channel has been elevated to the level of channel owner.
Synopsis
ON <level>:OWNER:<#[,#]>:<commands>
Parameters
<level>The level 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
Message the channel where the event occurs:
ON *:OWNER:#:msg # $nick $+ : Congratulations on becoming an owner of # $+ !
Compatibility
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
mIRC on event list