Feckfeckfeck

This commit is contained in:
Jordan Brown
2020-04-28 15:32:24 -04:00
parent 1fd8274da1
commit 92eabc0710
3 changed files with 4 additions and 4 deletions
@@ -65,7 +65,7 @@ namespace Tgstation.Server.Tests.Instance
{
IsAdminChannel = false,
IsUpdatesChannel = true,
IsWatchdogChannel = false,
IsWatchdogChannel = true,
Tag = "butt2",
IrcChannel = channelId
}
@@ -123,7 +123,7 @@ namespace Tgstation.Server.Tests.Instance
{
new ChatChannel
{
IrcChannel = Environment.GetEnvironmentVariable("TGS4_IRC_CHAT_CHANNEL"),
IrcChannel = Environment.GetEnvironmentVariable("TGS4_TEST_IRC_CHANNEL"),
Tag = "ohgodohfuck",
IsAdminChannel = false,
IsUpdatesChannel = false,