Click or drag to resize

IPluginHostOnChannelModeListBanExempt 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 ChannelModeListBanExempt OnChannelModeListBanExempt

Value

Type: AdiIRCAPIv2.DelegatesChannelModeListBanExempt
Remarks
This delegate gets called for each ban exemption set in a received MODE event
See Also