Don't count JOINs towards duck-triggering messages
This commit is contained in:
parent
3590a64a51
commit
74c3d3a009
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue