Fixed bugz0r reported by gnd and lkn4it.

This commit is contained in:
Jeremy Fincher 2004-02-16 03:54:16 +00:00
parent 20b3b6ac88
commit 3566d941a2

View File

@ -109,7 +109,7 @@ class Herald(callbacks.Privmsg):
def doPart(self, irc, msg):
try:
id = self._getId(irc, msg.prefix)
self.lastParts[(id, msg.args[0])] = time.time()
self.lastParts[msg.args[0], id] = time.time()
except KeyError:
pass