Thresher 1.2 Class Documentation

Sender.Part Method (String)

Leave a channel without giving a reason.

[Visual Basic]
Overloads Public Sub Part( _
   ByVal channel As String _
)
[C#]
public void Part(
   string channel
);

Parameters

channel
The channel to leave.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the channel name is not valid.

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Part Overload List | OnPart