Fixed some issues with which hooks the reset command calls. Resolves #499.
This commit is contained in:
parent
bbba449aa4
commit
e76061ee4c
4 changed files with 12 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ class CmdReset(MuxCommand):
|
|||
"""
|
||||
Reload the system.
|
||||
"""
|
||||
SESSIONS.announce_all(" Server restarting ...")
|
||||
SESSIONS.announce_all(" Server resetting/restarting ...")
|
||||
SESSIONS.server.shutdown(mode='reset')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue