Wow, this was some of the most broken code EVAR.

This commit is contained in:
Jeremy Fincher 2004-09-10 07:28:07 +00:00
parent ee4768634f
commit 915ab813c6

View File

@ -108,7 +108,8 @@ class ChannelLogger(callbacks.Privmsg):
for log in self.logs.itervalues():
log.close()
world.flushers = [x for x in world.flushers
if hasattr(x, 'im_class') and x.im_class == self]
if hasattr(x, 'im_class') and
x.im_class is not self.__class__]
def __call__(self, irc, msg):
try: