From WikiChip
Difference between revisions of "mirc/on events/on owner"
m (Bot: Adding a template (template:mIRC on event list)) |
m (Bot: Fixing links) |
||
Line 31: | Line 31: | ||
* [[On op - mIRC|ON OP]] | * [[On op - mIRC|ON OP]] | ||
* [[On voice - mIRC|ON VOICE]] | * [[On voice - mIRC|ON VOICE]] | ||
− | * | + | * {{mIRC|/mode}} |
* [[$mode identifier - mIRC|$mode]] | * [[$mode identifier - mIRC|$mode]] | ||
{{mIRC on event list}} | {{mIRC on event list}} | ||
[[Category:MIRC on events]] | [[Category:MIRC on events]] |
Revision as of 19:09, 5 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 *:DEOWNER:#:msg # $nick $+ : Congratulations on becoming an owner of # $+ !
Compatibility
Added: mIRC v5.61
Added On: 23/09/99
See Also
mIRC on event list