This commit is contained in:
Luke Rogers 2013-09-05 16:22:14 +12:00
parent 8881f694fa
commit 8e121f5b5f

View file

@ -159,7 +159,7 @@ def cycle(inp, conn=None, chan=None, notice=None):
target = inp
else:
target = chan
notice("Attempting to cycle {}...".format(target})
notice("Attempting to cycle {}...".format(target))
conn.part(target)
conn.join(target)