From WikiChip
Difference between revisions of "mirc/on events/on deowner"
m (bot: cat fixing naming) |
|||
Line 1: | Line 1: | ||
+ | {{mIRC Guide}} | ||
The '''ON DEOWNER''' event triggers whenever a user on a channel has been released of their [[Channel owner - IRC|channel owner]] status. | The '''ON DEOWNER''' event triggers whenever a user on a channel has been released of their [[Channel owner - IRC|channel owner]] status. | ||
Revision as of 10:32, 24 October 2014
Template:mIRC Guide The ON DEOWNER event triggers whenever a user on a channel has been released of their channel owner status.
Synopsis
ON <level>:DEOWNER:<#[,#]>:<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 $+ : You're not an owner of # anymore? :-o
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