Click or drag to resize

IPluginHostOnChannelServerModeListBanUnexempt 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 ChannelServerModeListBanUnexempt OnChannelServerModeListBanUnexempt

Value

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