mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Fixed bugz0r reported by gnd and lkn4it.
This commit is contained in:
parent
20b3b6ac88
commit
3566d941a2
@ -109,7 +109,7 @@ class Herald(callbacks.Privmsg):
|
|||||||
def doPart(self, irc, msg):
|
def doPart(self, irc, msg):
|
||||||
try:
|
try:
|
||||||
id = self._getId(irc, msg.prefix)
|
id = self._getId(irc, msg.prefix)
|
||||||
self.lastParts[(id, msg.args[0])] = time.time()
|
self.lastParts[msg.args[0], id] = time.time()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user