Remove deprecated commands -, --, and ---

86ae3c8c59 deprecated -, --, and ---.
This removes the deprecated commands.
This commit is contained in:
Eugene Yokota 2018-04-26 05:02:21 -04:00
parent cab740dbdf
commit d90f273420
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ object BasicCommands {
client,
read,
alias
) ++ compatCommands
)
def nop: Command = Command.custom(s => success(() => s))
def ignore: Command = Command.command(FailureWall)(idFun)