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 +.
Namespace: NetIrc2.ParsingAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- nickname
- Type: NetIrc2 IrcString
The nickname to test.
Return Value
true if the name is valid.See Also