pep8
This commit is contained in:
parent
c5dc57dd0a
commit
a958266f99
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ def stop(inp, nick=None, conn=None):
|
|||
time.sleep(5)
|
||||
os.execl("./cloudbot", "cloudbot", "stop")
|
||||
|
||||
|
||||
@hook.command(autohelp=False, adminonly=True)
|
||||
def restart(inp, nick=None, conn=None):
|
||||
".restart [reason] -- Restarts the bot with [reason] as its quit message."
|
||||
|
|
Reference in a new issue