completely ignore log stuff on public nadeko
This commit is contained in:
parent
d152611715
commit
b5867fa870
@ -14,6 +14,7 @@ using static NadekoBot.Modules.Administration.Services.LogCommandService;
|
|||||||
|
|
||||||
namespace NadekoBot.Modules.Administration
|
namespace NadekoBot.Modules.Administration
|
||||||
{
|
{
|
||||||
|
#if !GLOBAL_NADEKO
|
||||||
public partial class Administration
|
public partial class Administration
|
||||||
{
|
{
|
||||||
[Group]
|
[Group]
|
||||||
@ -180,4 +181,5 @@ namespace NadekoBot.Modules.Administration
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
@ -12,11 +12,10 @@ using NadekoBot.Core.Services;
|
|||||||
using NadekoBot.Core.Services.Database.Models;
|
using NadekoBot.Core.Services.Database.Models;
|
||||||
using NadekoBot.Core.Services.Impl;
|
using NadekoBot.Core.Services.Impl;
|
||||||
using NLog;
|
using NLog;
|
||||||
using NadekoBot.Common;
|
|
||||||
|
|
||||||
namespace NadekoBot.Modules.Administration.Services
|
namespace NadekoBot.Modules.Administration.Services
|
||||||
{
|
{
|
||||||
[NoPublicBot]
|
#if !GLOBAL_NADEKO
|
||||||
public class LogCommandService : INService
|
public class LogCommandService : INService
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -1024,4 +1023,5 @@ namespace NadekoBot.Modules.Administration.Services
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user