mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
alias, aliases, same thing.
This commit is contained in:
parent
48204c5dec
commit
867fb47be7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ def cmd_reload(command):
|
|||
"""
|
||||
Reloads all modules.
|
||||
"""
|
||||
if "aliases" in command.command_switches:
|
||||
if "aliases" in command.command_switches or "alias" in command.command_switches:
|
||||
command.session.server.reload_aliases(source_object=command.source_object)
|
||||
command.source_object.emit_to("Aliases reloaded.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue