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

m (bot: cat fixing naming)
m (See Also)
Line 23: Line 23:
 
* {{mIRC|$banmask}}
 
* {{mIRC|$banmask}}
 
* {{mIRC|$bnick}}
 
* {{mIRC|$bnick}}
* [[$ibl identifer - mIRC|$ibl]]
+
* {{mIRC|$ibl}}
 
* {{mIRC|/ban}}
 
* {{mIRC|/ban}}
* [[On ban - mIRC|ON BAN Event]]
+
* {{mIRC|on events/on ban|On Ban Event}}
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
 
[[Category:mIRC on events|unban]]
 
[[Category:mIRC on events|unban]]

Revision as of 15:57, 21 August 2014

The ON UNBAN event is triggered much like the ON BAN event, however it triggers when a ban is removed from a channel's ban list.

Synopsis

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

Parameters

<level>The level for the event to trigger.

<#[,#]>The channel name(s) where the ban was removed.

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

Examples

; Unban event that listens on all channels
; and responds by messaging the channel.
 
ON *:UNBAN:#:msg # Hey, look, the address $banmask was just removed from the channel's ban list!

Compatibility

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also