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:
|
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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue