mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
irclib: Fix crash caused by 4d2efc65ef
.
dynamicScope inspects the stack looking for this variable, so we need to keep it.
This commit is contained in:
parent
8a4e8c2a37
commit
177c20267c
@ -1564,6 +1564,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
||||
received* tags."""
|
||||
if tag:
|
||||
self._tagMsg(msg)
|
||||
channel = msg.channel # used by dynamicScope (ew)
|
||||
|
||||
preInFilter = str(msg).rstrip('\r\n')
|
||||
log.debug('Incoming message (%s): %s', self.network, preInFilter)
|
||||
|
Loading…
Reference in New Issue
Block a user