mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Wow, this was some of the most broken code EVAR.
This commit is contained in:
parent
ee4768634f
commit
915ab813c6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user