Add common alias to "say" command (single double-quote).
This commit is contained in:
parent
56a03367f7
commit
d9e854404d
1 changed files with 1 additions and 0 deletions
|
|
@ -475,6 +475,7 @@ class CmdSay(MuxCommand):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
key = "say"
|
key = "say"
|
||||||
|
aliases = ['"']
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
"Run the say command"
|
"Run the say command"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue