Add the home command.

This commit is contained in:
Greg Taylor 2009-04-06 22:07:41 +00:00
parent 867fb47be7
commit 899136760e
2 changed files with 14 additions and 1 deletions

View file

@ -11,7 +11,7 @@ def load_cmd_aliases():
alias_list = CommandAlias.objects.all()
# Reset the list.
CMD_ALIAS_LIST = {}
CMD_ALIAS_LIST.clear()
for alias in alias_list:
CMD_ALIAS_LIST[alias.user_input] = alias.equiv_command