public nadeko stuff

This commit is contained in:
Master Kwoth
2017-10-31 09:52:46 +01:00
parent 0eab51cfea
commit e604bbca50
7 changed files with 78 additions and 17 deletions

View File

@ -1,4 +1,6 @@
using System;

#if !GLOBAL_NADEKO
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
@ -15,7 +17,6 @@ using NLog;
namespace NadekoBot.Modules.Administration.Services
{
#if !GLOBAL_NADEKO
public class LogCommandService : INService
{
@ -1023,5 +1024,6 @@ namespace NadekoBot.Modules.Administration.Services
}
}
}
#endif
}
#endif