diff --git a/Content.Server/Utility/Commands/EchoCommand.cs b/Content.Server/Utility/Commands/EchoCommand.cs deleted file mode 100644 index 170a604d73..0000000000 --- a/Content.Server/Utility/Commands/EchoCommand.cs +++ /dev/null @@ -1,21 +0,0 @@ -using Content.Shared.Administration; -using Robust.Shared.Console; - -namespace Content.Server.Utility.Commands -{ - [AnyCommand] - sealed class EchoCommand : IConsoleCommand - { - public string Command => "echo"; - - public string Description => Loc.GetString("echo-command-description"); - - public string Help => Loc.GetString("echo-command-help-text", ("command", Command)); - - public void Execute(IConsoleShell shell, string argStr, string[] args) - { - if (argStr.Length > Command.Length) - shell.WriteLine(argStr.Substring(Command.Length + 1)); - } - } -} diff --git a/Resources/Locale/en-US/utility/commands/echo-command.ftl b/Resources/Locale/en-US/utility/commands/echo-command.ftl deleted file mode 100644 index f221538195..0000000000 --- a/Resources/Locale/en-US/utility/commands/echo-command.ftl +++ /dev/null @@ -1,2 +0,0 @@ -echo-command-description = Prints parameter into console -echo-command-help-text = Usage: {$command} \ No newline at end of file diff --git a/Resources/clientCommandPerms.yml b/Resources/clientCommandPerms.yml index 9c5a55d403..1b762ecf0c 100644 --- a/Resources/clientCommandPerms.yml +++ b/Resources/clientCommandPerms.yml @@ -1,5 +1,6 @@ # Available to everybody - Commands: + - echo - disconnect - help - list