Added ' as an alias for the "say" command, common in many muds.

This commit is contained in:
Griatch 2012-02-22 21:39:27 +01:00
parent 562a32107e
commit 9e2380decd

View file

@ -432,7 +432,7 @@ class CmdSay(MuxCommand):
"""
key = "say"
aliases = ['"']
aliases = ['"', "'"]
locks = "cmd:all()"
def func(self):