From WikiChip
Difference between revisions of "mirc/on events/on deowner"
(Created On deowner event - mIRC) |
(→See Also) |
||
Line 25: | Line 25: | ||
== See Also == | == See Also == | ||
− | |||
* [[On deop - mIRC|ON DEOP]] | * [[On deop - mIRC|ON DEOP]] | ||
+ | * [[On devoice - mIRC|ON DEVOICE]] | ||
* [[On help - mIRC|ON HELP]] | * [[On help - mIRC|ON HELP]] | ||
* [[On op - mIRC|ON OP]] | * [[On op - mIRC|ON OP]] | ||
* [[On owner - mIRC|ON OWNER]] | * [[On owner - mIRC|ON OWNER]] | ||
+ | * [[On voice - mIRC|ON VOICE]] | ||
* [[/mode command - mIRC|/mode]] | * [[/mode command - mIRC|/mode]] | ||
* [[$mode identifier - mIRC|$mode]] | * [[$mode identifier - mIRC|$mode]] | ||
[[Category:mIRC on events]] | [[Category:mIRC on events]] |
Revision as of 20:09, 24 June 2014
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/09/99