Introducing a new nemubot architecture for servers and messages treatment: messages have no more context or server

This commit is contained in:
Némunaire 2012-11-02 12:10:37 +01:00
parent f00dfc82f7
commit a62940380e
12 changed files with 471 additions and 327 deletions

View file

@ -24,7 +24,7 @@ class MessagesHook:
# Store specials hook
self.all_pre = list() # Treated before any parse
#self.all_post = list() # Treated before send message to user
self.all_post = list() # Treated before send message to user
# Store direct hook
self.cmd_hook = dict()