Merge pull request #84 from HebaruSan/patch-1

Pass Part reason to PartChannel
This commit is contained in:
Drew DeVault 2017-09-20 06:41:37 -04:00 committed by GitHub
commit 761a2db332
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>