Thresher 1.2 Class Documentation
Sender.RequestChannelModes Method
Request the modes of a channel.
[Visual Basic]
Public Sub RequestChannelModes( _
ByVal
channel
As
String
_
)
[C#]
public
void
RequestChannelModes(
string
channel
);
Parameters
channel
The target channel.
Exceptions
Exception Type
Condition
ArgumentException
If the channel is invalid, null, or empty.
See Also
Sender Class
|
Sharkbite.Irc Namespace
|
OnChannelModeRequest