aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/ducks.py3
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):