aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/inactive_channels.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/inactive_channels.py b/modules/inactive_channels.py
index 53430351..78f724c7 100644
--- a/modules/inactive_channels.py
+++ b/modules/inactive_channels.py
@@ -66,6 +66,7 @@ class Module(ModuleManager.BaseModule):
channel.send_part("Channel inactive")
self._del_timestamp(channel)
+ @utils.hook("send.message.channel")
@utils.hook("received.message.channel")
def channel_message(self, event):
self._set_timestamp(event["channel"])