Fix channel history to yank the broadcasting of 'last', also added a "To be implemented" notice to @reload.
This commit is contained in:
parent
8a8891f63d
commit
156e409bda
2 changed files with 4 additions and 4 deletions
|
|
@ -12,7 +12,9 @@ def cmd_reload(command):
|
|||
"""
|
||||
Reloads all modules.
|
||||
"""
|
||||
session = command.session.server.reload(session)
|
||||
session = command.session
|
||||
session.msg("To be implemented...")
|
||||
#session.server.reload(session)
|
||||
|
||||
def cmd_boot(command):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue