mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +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)
|
msg.nick, msg.prefix, reason)
|
||||||
|
|
||||||
def outFilter(self, irc, msg):
|
def outFilter(self, irc, msg):
|
||||||
# Gotta catch my own messages *somehow* :)
|
# Mark/remember outgoing relayed messages, so we can rewrite them if
|
||||||
# Let's try this little trick...
|
# rewriteRelayed is True.
|
||||||
if msg.command in ('PRIVMSG', 'NOTICE'):
|
if msg.command in ('PRIVMSG', 'NOTICE'):
|
||||||
rewriteRelayed = self.registryValue(
|
rewriteRelayed = self.registryValue(
|
||||||
'rewriteRelayed', msg.channel, irc.network)
|
'rewriteRelayed', msg.channel, irc.network)
|
||||||
|
Loading…
Reference in New Issue
Block a user