Introducing a new nemubot architecture for servers and messages treatment: messages have no more context or server
This commit is contained in:
parent
f00dfc82f7
commit
a62940380e
12 changed files with 471 additions and 327 deletions
2
hooks.py
2
hooks.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue