Don't count JOINs towards duck-triggering messages

This commit is contained in:
jesopo 2019-06-05 14:16:37 +01:00
parent 3590a64a51
commit 74c3d3a009

View file

@ -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):