aboutsummaryrefslogtreecommitdiff
path: root/modules/inactive_channels.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-05-06 16:35:54 +0100
committerGravatar jesopo2020-05-06 16:35:54 +0100
commit73371b5571d3e884c8255cb832b51137784a126f (patch)
tree66914a1cd7da8d267f8d5f82c492fdcdf4dd23d4 /modules/inactive_channels.py
parentRPL_EXCEPTLIST has the mask at index 2, not 3 (diff)
signature
sent messages should mark channels 'active'
Diffstat (limited to 'modules/inactive_channels.py')
-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"])