mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 06:30:57 +01:00
irclib: Fix crash caused by 4d2efc65ef26f4c49d893a520c36830e600dad56.
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."""
|
received* tags."""
|
||||||
if tag:
|
if tag:
|
||||||
self._tagMsg(msg)
|
self._tagMsg(msg)
|
||||||
|
channel = msg.channel # used by dynamicScope (ew)
|
||||||
|
|
||||||
preInFilter = str(msg).rstrip('\r\n')
|
preInFilter = str(msg).rstrip('\r\n')
|
||||||
log.debug('Incoming message (%s): %s', self.network, preInFilter)
|
log.debug('Incoming message (%s): %s', self.network, preInFilter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user