From d9e854404d778f210af78f4936b899dab6d6d1e2 Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Sat, 4 Sep 2010 18:55:52 +0000 Subject: [PATCH] Add common alias to "say" command (single double-quote). --- game/gamesrc/commands/default/general.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game/gamesrc/commands/default/general.py b/game/gamesrc/commands/default/general.py index ed1b80eb71..e71f378d4d 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"