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

m (Bot: Adding a template (template:mIRC on event list))
m (Bot: Fixing links)
Line 26: Line 26:
 
* [[$bnick identifier - mIRC|$bnick]]
 
* [[$bnick identifier - mIRC|$bnick]]
 
* [[$ibl identifer - mIRC|$ibl]]
 
* [[$ibl identifer - mIRC|$ibl]]
* [[/ban command - mIRC|/ban]]
+
* {{mIRC|/ban}}
 
* [[On ban - mIRC|ON BAN Event]]
 
* [[On ban - mIRC|ON BAN Event]]
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
 
[[Category:MIRC on events]]
 
[[Category:MIRC on events]]

Revision as of 20:08, 5 July 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/06/96

See Also