IRC nickname defaults to instance name. Constified NEEDS INITIALIZING

This commit is contained in:
Cyberboss
2017-11-01 13:38:54 -04:00
parent ad6bb645a0
commit 755d537a99
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace TGServerService
public string CommitterName { get; set; } = "tgstation-server";
public string CommitterEmail { get; set; } = "tgstation-server@tgstation13.org";
public string ChatProviderData { get; set; } = "NEEDS INITIALIZING";
public string ChatProviderData { get; set; } = ServerInstance.UninitializedString;
public string ChatProviderEntropy { get; set; }
public bool ReattachRequired { get; set; } = false;