ChannelLogger: Fix typo in variable name.

Bug introduced in f253da049d.
This commit is contained in:
Valentin Lorentz 2020-08-29 22:49:06 +02:00
parent 6f5d8c3011
commit 532d38d6da

View File

@ -317,7 +317,7 @@ class ChannelLogger(callbacks.Plugin):
# Else, we can simply rely on internal tags, because echos are
# simulated.
if msg.tagged('relayedMsg'):
m.tag('ChannelLogger__relayed')
msg.tag('ChannelLogger__relayed')
return msg