From b821bf77f091b23efaf7d3b08c9cdf3adbf85eab Mon Sep 17 00:00:00 2001 From: Michael King Date: Fri, 25 May 2007 20:13:43 +0000 Subject: [PATCH] Initial skeleton (pass) for cmd_alias --- commands_privileged.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands_privileged.py b/commands_privileged.py index 7a9ad70275..b01eb2ac81 100644 --- a/commands_privileged.py +++ b/commands_privileged.py @@ -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.