From 15f28dad1e07740e14a0771ed8e16bdb243610f8 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 3 Oct 2019 16:02:23 +0100 Subject: only look at PRIVMSG and NOTICE for !seen --- modules/seen.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/seen.py') diff --git a/modules/seen.py b/modules/seen.py index 0018ba56..070b8f39 100644 --- a/modules/seen.py +++ b/modules/seen.py @@ -11,8 +11,6 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.message.channel") @utils.hook("formatted.notice.channel") - @utils.hook("formatted.part") - @utils.hook("formatted.nick") def on_formatted(self, event): line = event["minimal"] or event["line"] -- cgit v1.3.1-10-gc9f91