ChatSetupInfo lists are sanity checked

This commit is contained in:
Cyberboss
2017-11-11 19:21:49 -05:00
parent 8a4ed56d8f
commit 0fb55df7ea
3 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -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())
{