Thresher 1.2 Class Documentation

Rfc2812Util.CharToChannelMode Method 

Converts the char recived from the IRC server into its enum equivalent.

[Visual Basic]
Public Shared Function CharToChannelMode( _
   ByVal mode As Char _
) As ChannelMode
[C#]
public static ChannelMode CharToChannelMode(
   char mode
);

Parameters

mode
One of the IRC mode characters, e.g. 'O','i', etc...

Return Value

An mode enum.

See Also

Rfc2812Util Class | Sharkbite.Irc Namespace