f1bcf3b9a4
Previously, the botserver `handle_bot` routine did two checks on an incoming message: * First, it checked if the bot email matches an email in the flaskbotrc. * Second, it checked if the bot name that corresponds to an email has a lib module loaded. However, this must be the case, because all lib modules for all emails are loaded on initialization. Thus, this commit removes the second check. |
||
---|---|---|
.. | ||
__init__.py | ||
server_test_lib.py | ||
test.conf | ||
test_server.py |