mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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():
|
for log in self.logs.itervalues():
|
||||||
log.close()
|
log.close()
|
||||||
world.flushers = [x for x in world.flushers
|
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):
|
def __call__(self, irc, msg):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user