Removed excess newline

This commit is contained in:
Luke Rogers 2012-02-20 07:13:39 +13:00
parent e357ae1c94
commit 08068e2d51

View file

@ -81,7 +81,6 @@ def kick(inp, input=None, notice=None):
reason = reason + x + " "
reason = reason[:-1]
out = out+" :"+reason
else:
chan = input.chan
user = split[0]