mirror of https://github.com/Shizmob/pydle.git
How did this ever skip past testing.
This commit is contained in:
parent
dfc53ef4bb
commit
859c03cdbe
|
@ -279,7 +279,7 @@ class RFC1459Support(BasicClient):
|
|||
if reason:
|
||||
self.rawmsg('KICK', channel, target, reason)
|
||||
else:
|
||||
self.rawmsg('KICK', chanenl, target)
|
||||
self.rawmsg('KICK', channel, target)
|
||||
|
||||
def ban(self, channel, target, range=0):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue