diff --git a/RelayNext/plugin.py b/RelayNext/plugin.py index 8fa0b8e..c052a5d 100644 --- a/RelayNext/plugin.py +++ b/RelayNext/plugin.py @@ -221,7 +221,7 @@ class RelayNext(callbacks.Plugin): # Check for ignored events first ignoredevents = map(str.upper, self.registryValue('events.userIgnored', channel)) - if msg.command in ignoredevents and ircdb.checkIgnored(msg.prefix, channel): + if msg.command in ignoredevents and msg.nick != irc.nick and ircdb.checkIgnored(msg.prefix, channel): self.log.debug("RelayNext (%s): ignoring message from %s", irc.network, msg.prefix) return