Click or drag to resize

IPluginHostOnChannelModeListBanUnexempt Event

Delegate gets called when a ban exempt is set(typically mode -e) for an IChannel

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

Value

Type: AdiIRCAPIv2.DelegatesChannelModeListBanUnexempt
Remarks
This delegate gets called for each ban-exempt unset in a received MODE event
See Also