mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
ChatSetupInfo lists are sanity checked
This commit is contained in:
@@ -80,7 +80,7 @@ namespace TGCommandLine
|
||||
{
|
||||
var IRC = Interface.GetComponent<ITGChat>();
|
||||
var info = IRC.ProviderInfos()[providerIndex];
|
||||
IList<string> channels;
|
||||
List<string> channels;
|
||||
|
||||
switch (parameters[1].ToLower())
|
||||
{
|
||||
@@ -158,7 +158,7 @@ namespace TGCommandLine
|
||||
{
|
||||
var IRC = Interface.GetComponent<ITGChat>();
|
||||
var info = IRC.ProviderInfos()[providerIndex];
|
||||
IList<string> channels;
|
||||
List<string> channels;
|
||||
|
||||
switch (parameters[1].ToLower())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user