mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Fix errors when using real chat connection strings
This commit is contained in:
@@ -53,6 +53,9 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
Port = 6668,
|
||||
UseSsl = true,
|
||||
}.ToString();
|
||||
else
|
||||
// standardize
|
||||
connectionString = new IrcConnectionStringBuilder(connectionString).ToString();
|
||||
|
||||
var firstBotReq = new ChatBotCreateRequest
|
||||
{
|
||||
@@ -147,6 +150,9 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
DeploymentBranding = true,
|
||||
DMOutputDisplay = DiscordDMOutputDisplayType.Never,
|
||||
}.ToString();
|
||||
else
|
||||
// standardize
|
||||
connectionString = new DiscordConnectionStringBuilder(connectionString).ToString();
|
||||
|
||||
var firstBotReq = new ChatBotCreateRequest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user