Thresher 1.2 Class Documentation

ChannelModeRequestEventHandler Delegate

The response to a RequestChannelModes command.

[Visual Basic]
Public Delegate Sub ChannelModeRequestEventHandler( _
   ByVal channel As String, _
   ByVal modes As ChannelModeInfo() _
)
[C#]
public delegate void ChannelModeRequestEventHandler(
   string channel,
   ChannelModeInfo[] modes
);

Parameters

channel
The name of the channel.
modes
Objects which hold all the information about a channel's modes.

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnChannelModeRequest