Split messages class into multiple files
This commit is contained in:
parent
57bbca4e7a
commit
c8d495d508
15 changed files with 280 additions and 198 deletions
|
|
@ -10,7 +10,7 @@ import shlex
|
|||
from nemubot import context
|
||||
from nemubot.exception import IRCException
|
||||
from nemubot.hooks import hook
|
||||
from nemubot.message import TextMessage, Command
|
||||
from nemubot.message import Command
|
||||
from nemubot.tools.xmlparser.node import ModuleState
|
||||
|
||||
nemubotversion = 3.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue