Apply v3.3 changes on various modules

This commit is contained in:
Némunaire 2012-11-04 15:32:39 +01:00
commit c6d5d88723
11 changed files with 150 additions and 156 deletions

2
bot.py
View file

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