aboutsummaryrefslogtreecommitdiff
path: root/modules/seen.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-03 16:02:23 +0100
committerGravatar jesopo2019-10-03 16:02:23 +0100
commit15f28dad1e07740e14a0771ed8e16bdb243610f8 (patch)
treee4a5e2ae644785ac0a228c99ebbb1c218dc37ce1 /modules/seen.py
parentsplit words/parens karma in to 2 regexes, only accept non-parens when ^$ (diff)
signature
only look at PRIVMSG and NOTICE for !seen
Diffstat (limited to 'modules/seen.py')
-rw-r--r--modules/seen.py2
1 files changed, 0 insertions, 2 deletions
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"]