The IrcValidation type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
IsChannelName |
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 &.
| |
IsNickname |
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 +.
|
See Also