Click or drag to resize

IPluginHostOnChannelModeListInviteUnexempt Event

Delegate gets called when a invite-exempt is unset(typically mode -I) for an IChannel

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
event ChannelModeListInviteUnexempt OnChannelModeListInviteUnexempt

Value

Type: AdiIRCAPIv2.DelegatesChannelModeListInviteUnexempt
Remarks
This delegate gets called for each invite-exempt unset in a received MODE event
See Also