diff options
| author | 2019-10-03 16:02:23 +0100 | |
|---|---|---|
| committer | 2019-10-03 16:02:23 +0100 | |
| commit | 15f28dad1e07740e14a0771ed8e16bdb243610f8 (patch) | |
| tree | e4a5e2ae644785ac0a228c99ebbb1c218dc37ce1 | |
| parent | split words/parens karma in to 2 regexes, only accept non-parens when ^$ (diff) | |
| signature | ||
only look at PRIVMSG and NOTICE for !seen
| -rw-r--r-- | modules/seen.py | 2 |
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"] |
