Set received.message.channel priority to PRIORITY_MONITOR
This commit is contained in:
parent
167fe7b070
commit
4d8b1a1a0d
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class Module(ModuleManager.BaseModule):
|
|||
@utils.hook("received.join")
|
||||
def join(self, event):
|
||||
self._activity(event["channel"])
|
||||
@utils.hook("received.message.channel")
|
||||
@utils.hook("received.message.channel",
|
||||
priority=EventManager.PRIORITY_MONITOR)
|
||||
def channel_message(self, event):
|
||||
self._activity(event["channel"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue