aboutsummaryrefslogtreecommitdiff
path: root/modules/title.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/title.py')
-rw-r--r--modules/title.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/title.py b/modules/title.py
index a5a302ee..99dae34f 100644
--- a/modules/title.py
+++ b/modules/title.py
@@ -19,7 +19,8 @@ class Module(ModuleManager.BaseModule):
else:
return None
- @utils.hook("received.message.channel")
+ @utils.hook("received.message.channel",
+ priority=EventManager.PRIORITY_MONITOR)
def channel_message(self, event):
match = re.search(REGEX_URL, event["message"])
if match and event["channel"].get_setting("auto-title", False):