IrcValidation MethodsNetIRC2 IRC Client Library for .NET
The IrcValidation type exposes the following members.
Methods

  NameDescription
Public methodStatic memberIsChannelName
Checks if the channel name is valid. The definition used by this test is somewhat loose. Channel names may not contain spaces, commas, NULL, BELL, CR, or LF, and must start with # or &.
Public methodStatic memberIsNickname
Checks if the nickname is valid. The definition used by this test is somewhat loose. Nicknames may not contain spaces, commas, NULL, BELL, CR, LF, #, &, @, or +.
Back to Top
See Also