From 2301bb770283f83d817a8e2d0fac677461548772 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 15 Sep 2017 14:38:22 -0400 Subject: [PATCH] Changes the event ID for authentication --- TGServerService/ServerService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServerService/ServerService.cs b/TGServerService/ServerService.cs index cb048cd353..8b1f952207 100644 --- a/TGServerService/ServerService.cs +++ b/TGServerService/ServerService.cs @@ -14,7 +14,6 @@ namespace TGServerService //only deprecate events, do not reuse them public enum EventID { - Authentication = 1, ChatCommand = 100, ChatConnectFail = 200, ChatProviderStartFail = 300, @@ -78,6 +77,7 @@ namespace TGServerService ChatBroadcastFail = 6400, IRCLogModes = 6500, SubmoduleReclone = 6600, + Authentication = 6700, } static TGServerService ActiveService; //So everyone else can write to our eventlog