Leave the given channel.
Possible Errors
Exception Type | Condition |
---|---|
ArgumentException | If the channel name is not valid or the reason is null. |
//Leave a single channel connection.Sender.Part("Goodbye", "#test" ); //Leave several at once connection.Sender.Part( "Goodbye", "#test","#alpha",#"bravo" );
Sender Class | Sharkbite.Irc Namespace | Sender.Part Overload List | OnPart