Format everything to pep8 guidelines

This commit is contained in:
Dabo Ross 2013-11-12 07:06:06 +01:00
parent cd4b65de3d
commit 99fe34a0b1
33 changed files with 142 additions and 107 deletions

View file

@ -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)