-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/on events/on deowner"
(→See Also) |
m (Bot: Adding a template (template:mIRC on event list)) |
||
Line 33: | Line 33: | ||
* [[/mode command - mIRC|/mode]] | * [[/mode command - mIRC|/mode]] | ||
* [[$mode identifier - mIRC|$mode]] | * [[$mode identifier - mIRC|$mode]] | ||
+ | {{mIRC on event list}} | ||
− | [[Category: | + | [[Category:MIRC on events]] |
Revision as of 00:02, 4 July 2014
The ON DEOWNER event triggers whenever a user on a channel has been released of their channel owner status.
Contents
[hide]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
See Also
[Expand]