A Sandcastle Documented Class Library
IPluginHostOnChannelServerModeListBanExempt 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.4 (2.0.1.4)
Syntax
event ChannelServerModeListBanExempt OnChannelServerModeListBanExempt
Event OnChannelServerModeListBanExempt As ChannelServerModeListBanExempt
event ChannelServerModeListBanExempt^ OnChannelServerModeListBanExempt { void add (ChannelServerModeListBanExempt^ value); void remove (ChannelServerModeListBanExempt^ value); }
abstract OnChannelServerModeListBanExempt : IEvent<ChannelServerModeListBanExempt, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelServerModeListBanExemptRemarks
This delegate gets called for each ban exemption set in a received MODE event
See Also