From 5c12ead3016fffce3534d1a23eb4e1c71ec55ab1 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sun, 15 Feb 2015 14:18:59 -0800 Subject: [PATCH] Fix typo in comms.py. --- evennia/commands/default/comms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/comms.py b/evennia/commands/default/comms.py index cbad7ef922..dc3ba69873 100644 --- a/evennia/commands/default/comms.py +++ b/evennia/commands/default/comms.py @@ -130,7 +130,7 @@ class CmdDelCom(MuxPlayerCommand): """ key = "delcom" - aliases = ["delaliaschan, delchanalias"] + aliases = ["delaliaschan", "delchanalias"] help_category = "Comms" locks = "cmd:not perm(channel_banned)"