This commit is contained in:
Kwoth 2016-08-05 02:10:20 +02:00
parent 7e059a63a0
commit 6577515f6d
2 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@ using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
#if NADEKO_RELEASE
using System.IO;
#endif
using System.Linq;
using System.Net.Http;
using System.Reflection;
@ -247,7 +250,7 @@ namespace NadekoBot
Console.WriteLine($">>COMMAND ENDED after *{(DateTime.UtcNow - dt).TotalSeconds}s*\nCmd: {e.Command.Text}\nMsg: {e.Message.Text}\nUsr: {e.User.Name} [{e.User.Id}]\nSrvr: {e.Server?.Name ?? "PRIVATE"} [{e.Server?.Id}]\n-----");
}
}
catch { }
catch { }
#endif
}

@ -1 +1 @@
Subproject commit 43791176c66a6e4c87a9676cf3ca60143647db8b
Subproject commit f90cf4ae5c9fd3c049663f46dcbf366412caba8b