Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -1,5 +1,6 @@
|
|||
from util import hook
|
||||
import os, sys
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
import json
|
||||
import time
|
||||
|
@ -127,6 +128,7 @@ def restart(inp, nick=None, conn=None, bot=None):
|
|||
args.insert(0, sys.executable)
|
||||
os.execv(sys.executable, args)
|
||||
|
||||
|
||||
@hook.command(autohelp=False, permissions=["botcontrol"])
|
||||
def clearlogs(inp, input=None):
|
||||
"""clearlogs -- Clears the bots log(s)."""
|
||||
|
|
Reference in a new issue