mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Initial skeleton (pass) for cmd_alias
This commit is contained in:
parent
7f42ff445f
commit
b821bf77f0
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ This file contains commands that require special permissions to use. These
|
|||
are generally @-prefixed commands, but there are exceptions.
|
||||
"""
|
||||
|
||||
def cmd_alias(cdat):
|
||||
"""
|
||||
Assigns an alias to a player object for ease of paging, etc.
|
||||
"""
|
||||
pass
|
||||
|
||||
def cmd_stats(cdat):
|
||||
"""
|
||||
Shows stats about the database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue