mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
Restore the single-character aliases for say, pose, and pose without spaces. Also add 'p' as an alias for page in initial_data.py as per MUX.
This commit is contained in:
parent
5d7fcb67dd
commit
1045d0fabf
2 changed files with 17 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ def create_aliases():
|
|||
CommandAlias(user_input="ex", equiv_command="examine").save()
|
||||
CommandAlias(user_input="sa", equiv_command="say").save()
|
||||
CommandAlias(user_input="emote", equiv_command="pose").save()
|
||||
CommandAlias(user_input="p", equiv_command="page").save()
|
||||
|
||||
def import_help_files():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue