Thresher 1.2 Class Documentation

ConnectionArgs.ModeMask Property

Set's the user's initial IRC mode mask. Set to 0 to recieve wallops and be invisible. Set to 4 to be invisible and not receive wallops.

[Visual Basic]
Public Property ModeMask As String
[C#]
public string ModeMask {get; set;}

Property Value

A number mask such as 0 or 4.

See Also

ConnectionArgs Class | Sharkbite.Irc Namespace