diff options
| author | 2019-06-05 14:16:37 +0100 | |
|---|---|---|
| committer | 2019-06-05 14:16:37 +0100 | |
| commit | 74c3d3a0097777c8025d0298a251643e9ae87e58 (patch) | |
| tree | 5e0d9179d467c589f0c87e8cd328b572e2bd167d /modules/ducks.py | |
| parent | Store information about last-seen-action and recall when !seen is used (diff) | |
| signature | ||
Don't count JOINs towards duck-triggering messages
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index e40b6a33..5a3d02db 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -44,9 +44,6 @@ class Module(ModuleManager.BaseModule): if show_duck: self._trigger_duck(channel) - @utils.hook("received.join") - def join(self, event): - self._activity(event["channel"]) @utils.hook("received.message.channel", priority=EventManager.PRIORITY_MONITOR) def channel_message(self, event): |
