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