mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
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"
|
||||
aliases = ['"']
|
||||
|
||||
def func(self):
|
||||
"Run the say command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue