From 9e2380decdd87fdc4623a7d0d5d9ed71a91586c2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 22 Feb 2012 21:39:27 +0100 Subject: [PATCH] Added ' as an alias for the "say" command, common in many muds. --- src/commands/default/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/general.py b/src/commands/default/general.py index aa516d597c..b90cea430c 100644 --- a/src/commands/default/general.py +++ b/src/commands/default/general.py @@ -432,7 +432,7 @@ class CmdSay(MuxCommand): """ key = "say" - aliases = ['"'] + aliases = ['"', "'"] locks = "cmd:all()" def func(self):