Initial skeleton (pass) for cmd_alias

This commit is contained in:
Michael King 2007-05-25 20:13:43 +00:00
parent 7f42ff445f
commit b821bf77f0

View file

@ -16,6 +16,12 @@ This file contains commands that require special permissions to use. These
are generally @-prefixed commands, but there are exceptions. 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): def cmd_stats(cdat):
""" """
Shows stats about the database. Shows stats about the database.