diff --git a/game/gamesrc/commands/default/general.py b/game/gamesrc/commands/default/general.py index ed1b80eb7..e71f378d4 100644 --- a/game/gamesrc/commands/default/general.py +++ b/game/gamesrc/commands/default/general.py @@ -475,6 +475,7 @@ class CmdSay(MuxCommand): """ key = "say" + aliases = ['"'] def func(self): "Run the say command"