mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
ChannelLogger: update comment
This commit is contained in:
parent
532d38d6da
commit
811ccfe3bf
@ -297,8 +297,8 @@ class ChannelLogger(callbacks.Plugin):
|
||||
msg.nick, msg.prefix, reason)
|
||||
|
||||
def outFilter(self, irc, msg):
|
||||
# Gotta catch my own messages *somehow* :)
|
||||
# Let's try this little trick...
|
||||
# Mark/remember outgoing relayed messages, so we can rewrite them if
|
||||
# rewriteRelayed is True.
|
||||
if msg.command in ('PRIVMSG', 'NOTICE'):
|
||||
rewriteRelayed = self.registryValue(
|
||||
'rewriteRelayed', msg.channel, irc.network)
|
||||
|
Loading…
Reference in New Issue
Block a user