Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -178,4 +178,4 @@ def unlock(inp, conn=None, chan=None, notice=None):
|
|||
"""unlock [channel] -- Makes the bot unlock a channel..
|
||||
If [channel] is blank the bot will mute
|
||||
the channel the command was used in."""
|
||||
mode_cmd_no_target("-i", "unlock", inp, chan, conn, notice)
|
||||
mode_cmd_no_target("-i", "unlock", inp, chan, conn, notice)
|
||||
|
|
Reference in a new issue