bosnobot
bosnobot copied to clipboard
A purely Python implemented IRC bot framework.
Hello, I followed the steps on the README.md, it complains about executing bosnobot as a module as it has got no __main__.py, am I doing something wrong? ``` $ python...
Updated README and AUTHORS to include a .md file extension thus making them respond to GitHub's Markdown. Reason for interest: My project "Battleship-AI" may be using bosnobot in the near...
The command 'python -m bosnobot' works only for python2.5 because of a regression. So, for python >2.5 (I tested it on 2.7), the module has to be imported and then...
Hi, Trying to log messages into the database and getting an error: File "/home/foomor/.virtualenvs/bot/src/bosnobot/bosnobot/message_handlers/database_logger.py", line 44, in process_message s = select([channels], channels.c.name == message.channel.name) AttributeError: 'NoneType' object has no attribute...