pepified plugins/admin.py
This commit is contained in:
parent
cb742f4e93
commit
222e49b356
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ def restart(inp, input=None, db=None, notice=None):
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
os.execl("./cloudbot", "restart")
|
os.execl("./cloudbot", "restart")
|
||||||
|
|
||||||
|
|
||||||
@hook.command("clearlogs", autohelp=False)
|
@hook.command("clearlogs", autohelp=False)
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
def clear(inp, input=None, db=None, notice=None):
|
def clear(inp, input=None, db=None, notice=None):
|
||||||
|
|
Reference in a new issue