IPluginHost.OnChannelModeListBan Event

AdiIRC API v2

IPluginHostOnChannelModeListBan Event

Delegate gets called when a ban is set(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 ChannelModeListBan OnChannelModeListBan
Event OnChannelModeListBan As ChannelModeListBan
 event ChannelModeListBan^ OnChannelModeListBan {
	void add (ChannelModeListBan^ value);
	void remove (ChannelModeListBan^ value);
}
abstract OnChannelModeListBan : IEvent<ChannelModeListBan,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesChannelModeListBan
Remarks

This delegate gets called for each ban set in a received MODE event

Scripted Event Equivalent: on BAN

See Also