Fixed a tiny bugz0r.

This commit is contained in:
Jeremy Fincher 2004-02-03 22:59:09 +00:00
parent 4c8f3d5314
commit 1663642227

View File

@ -140,6 +140,7 @@ class ChannelStat(irclib.IrcCommandDispatcher):
self.kicks += 1
def doPart(self, msg):
if len(msg.args) == 2:
self.doPayload(*msg.args)
self.parts += 1