From WikiChip
On Serverop - Events - mIRC
< mirc‎ | on events(Redirected from On serverop - mIRC)

The ON SERVEROP event triggers when a server ops a user on a channel.

This event also fills the $opnick identifier with the nickname of the user who was added to Channel operator status. The $nick identifier points to the server.

Synopsis[edit]

ON <level>:SERVEROP:<#[,#]>:<commands>

Parameters[edit]

<level>The corresponding access levels for the event to trigger.

<#[,#]>The channel, or channels to listen on. Can be # to target all channels.

<commands>The commands to be performed when the event listener's criteria is met.

Example[edit]

Acknowledge when a user has been elevated to channel operator by the server:

ON *:SERVEROP:#:msg # Congratulations, $opnick $+ ! The server, $nick $+ , just made you an operator!

Compatibility[edit]

Added: mIRC v3.3
Added on: 21 Jun 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]