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):