From WikiChip
Difference between revisions of "mirc/on events/on owner"
< mirc‎ | on events

m (bot: sort-key added to category)
(Example)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''ON OWNER''' event triggers whenever a user on a channel has been elevated to the level of [[Channel owner - IRC|channel owner]].
+
{{mirc title|On Owner - Events}}
 +
The '''ON OWNER''' event triggers whenever a user on a channel has been elevated to the level of [[Channel owner - IRC|channel owner]]. You can use {{mIRC|$opnick}} to get the nickname being given owner status.
  
 
== Synopsis ==
 
== Synopsis ==
Line 17: Line 18:
 
== Example ==
 
== Example ==
 
Message the channel where the event occurs:
 
Message the channel where the event occurs:
<source lang="mIRC">ON *:OWNER:#:msg # $nick $+ : Congratulations on becoming an owner of # $+ !</source>
+
<source lang="mIRC">ON *:OWNER:#:msg # $opnick $+ : Congratulations on becoming an owner of # $+ !</source>
  
 
== Compatibility ==
 
== Compatibility ==
Line 33: Line 34:
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
[[Category:MIRC on events|owner]]
+
[[Category:mIRC on events|owner]]

Revision as of 19:49, 26 April 2019

The ON OWNER event triggers whenever a user on a channel has been elevated to the level of channel owner. You can use $opnick to get the nickname being given owner status.

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 # $opnick $+ : 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