Fix channel history to yank the broadcasting of 'last', also added a "To be implemented" notice to @reload.

This commit is contained in:
Greg Taylor 2009-01-15 04:18:23 +00:00
parent 8a8891f63d
commit 156e409bda
2 changed files with 4 additions and 4 deletions

View file

@ -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):
"""