IrcValidation IsNickname Method NetIRC2 IRC Client Library for .NET
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.Parsing
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool IsNickname(
	IrcString nickname
)

Return Value

true if the name is valid.
See Also