From 0114d35d4c7a3a6640b5ccd1190347998b9dc7c5 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 6 May 2019 17:08:56 +0100 Subject: Add a mechanism to ignore specific commands for a whole network --- modules/title.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/title.py') diff --git a/modules/title.py b/modules/title.py index cfb2e6c0..c84b8637 100644 --- a/modules/title.py +++ b/modules/title.py @@ -51,7 +51,7 @@ class Module(ModuleManager.BaseModule): if match and event["channel"].get_setting("auto-title", False): is_ignored_f = short_url = self.exports.get_one("is-ignored", lambda _1, _2: False) - if is_ignored_f(event["user"], "title"): + if is_ignored_f(event["server"], event["user"], "title"): return url = match.group(0) -- cgit v1.3.1-10-gc9f91