Pass Part reason to PartChannel

This commit is contained in:
HebaruSan 2017-09-20 02:21:27 -05:00 committed by GitHub
parent 5281bd9a47
commit 37e40aeffd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace ChatSharp
/// </summary>
public void Part(string reason)
{
Client.PartChannel(Name); // TODO
Client.PartChannel(Name, reason);
}
/// <summary>