Merge upstream

This commit is contained in:
Cyberboss
2017-10-31 12:44:53 -04:00
25 changed files with 325 additions and 245 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ namespace TGCommandLine
}
}
class AdminRecreateStaticCommand : Command
class AdminRecreateStaticCommand : ConsoleCommand
{
public AdminRecreateStaticCommand()
{
@@ -38,7 +38,7 @@ namespace TGCommandLine
}
}
class AdminViewGroupCommand : Command
class AdminViewGroupCommand : ConsoleCommand
{
public AdminViewGroupCommand()
{
@@ -57,7 +57,7 @@ namespace TGCommandLine
}
}
class AdminSetGroupCommand : Command
class AdminSetGroupCommand : ConsoleCommand
{
public AdminSetGroupCommand()
{
@@ -90,7 +90,7 @@ namespace TGCommandLine
}
}
class AdminClearGroupCommand : Command
class AdminClearGroupCommand : ConsoleCommand
{
public AdminClearGroupCommand()
{