Apply v3.3 changes on various modules
This commit is contained in:
parent
5afe5cb15a
commit
c6d5d88723
11 changed files with 150 additions and 156 deletions
2
bot.py
2
bot.py
|
|
@ -353,7 +353,7 @@ class Bot:
|
|||
"""Treat a message before send"""
|
||||
for h, lvl, store in self.create_cache("all_post"):
|
||||
if h.is_matching(None, channel=res.channel, server=res.server):
|
||||
c = h.run(msg)
|
||||
c = h.run(res)
|
||||
self.check_rest_times(store, h)
|
||||
if not c:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue