Click or drag to resize

IPluginHostOnChannelServerModeListUnban Event

Delegate gets called when a ban is unset(typically mode -b) for an IChannel

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
event ChannelServerModeListUnban OnChannelServerModeListUnban

Value

Type: AdiIRCAPIv2.DelegatesChannelServerModeListUnban
Remarks

This delegate gets called for each ban unset in a received MODE event

Scripted Event Equivalent: on UNBAN

See Also