A Sandcastle Documented Class Library
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.4 (2.0.1.4)
Syntax
event ChannelServerModeListUnban OnChannelServerModeListUnban
Event OnChannelServerModeListUnban As ChannelServerModeListUnban
event ChannelServerModeListUnban^ OnChannelServerModeListUnban { void add (ChannelServerModeListUnban^ value); void remove (ChannelServerModeListUnban^ value); }
abstract OnChannelServerModeListUnban : IEvent<ChannelServerModeListUnban, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelServerModeListUnbanRemarks
This delegate gets called for each ban unset in a received MODE event
Scripted Event Equivalent: on UNBAN
See Also