Of course i forgot to remove this

This commit is contained in:
Kwoth 2016-10-24 23:09:44 +02:00
parent 0c7d077df1
commit 8b3a438e34

View File

@ -389,7 +389,6 @@ namespace NadekoBot.Modules.Administration
private Task _client_MessageUpdated(Optional<IMessage> optmsg, IMessage imsg2)
{
throw new ArgumentException();
var after = imsg2 as IUserMessage;
if (after == null || after.IsAuthor())
return Task.CompletedTask;