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