mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Fixed a tiny bugz0r.
This commit is contained in:
parent
4c8f3d5314
commit
1663642227
@ -140,6 +140,7 @@ class ChannelStat(irclib.IrcCommandDispatcher):
|
|||||||
self.kicks += 1
|
self.kicks += 1
|
||||||
|
|
||||||
def doPart(self, msg):
|
def doPart(self, msg):
|
||||||
|
if len(msg.args) == 2:
|
||||||
self.doPayload(*msg.args)
|
self.doPayload(*msg.args)
|
||||||
self.parts += 1
|
self.parts += 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user