diff options
| author | 2019-09-18 11:43:59 +0100 | |
|---|---|---|
| committer | 2019-09-18 11:43:59 +0100 | |
| commit | d5b9da7659d8246a2071bf65c17123e6f3e074fc (patch) | |
| tree | 60bc87e6d99a97c96e2baa9a2465eef7d3ae518c /modules/seen.py | |
| parent | show "bad" data in HTTPParsingException message (diff) | |
| signature | ||
don't use JOIN/QUIT as !seen events (netsplits cause these)
Diffstat (limited to 'modules/seen.py')
| -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 21445e86..0018ba56 100644 --- a/modules/seen.py +++ b/modules/seen.py @@ -11,10 +11,8 @@ class Module(ModuleManager.BaseModule): @utils.hook("formatted.message.channel") @utils.hook("formatted.notice.channel") - @utils.hook("formatted.join") @utils.hook("formatted.part") @utils.hook("formatted.nick") - @utils.hook("formatted.quit") def on_formatted(self, event): line = event["minimal"] or event["line"] |
