Thresher 1.2 Class Documentation

Rfc2812Util.IsValidNicklList Method 

Using the rules set forth in RFC 2812 determine if an array of nicknames names is valid.

[Visual Basic]
Public Shared Function IsValidNicklList( _
   ByVal nicks As String() _
) As Boolean
[C#]
public static bool IsValidNicklList(
   string[] nicks
);

Return Value

True if the channel names are all valid.

See Also

Rfc2812Util Class | Sharkbite.Irc Namespace