How did this ever skip past testing.

This commit is contained in:
Shiz 2014-06-11 08:19:00 +02:00
parent dfc53ef4bb
commit 859c03cdbe
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class RFC1459Support(BasicClient):
if reason: if reason:
self.rawmsg('KICK', channel, target, reason) self.rawmsg('KICK', channel, target, reason)
else: else:
self.rawmsg('KICK', chanenl, target) self.rawmsg('KICK', channel, target)
def ban(self, channel, target, range=0): def ban(self, channel, target, range=0):
""" """