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 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