Add common alias to "say" command (single double-quote).

This commit is contained in:
Ari Mudev 2010-09-04 18:55:52 +00:00
parent 56a03367f7
commit d9e854404d

View file

@ -475,6 +475,7 @@ class CmdSay(MuxCommand):
"""
key = "say"
aliases = ['"']
def func(self):
"Run the say command"