Homemade IRC written in Python, insired by https://git.tilde.team/aewens/irc-bot
Go to file
Robert Miles 0d367b0a42 Clean up coroutines/__init__.py
Make a function that returns a lambda to make it clearer what it does.
2018-11-23 22:10:10 -05:00
actions Cleaning up log files 2018-11-12 14:58:06 -05:00
bot Fixed bug where ':Closing link:' crashes bot when spoken in chat and bug in thread stopping in tasks 2018-11-15 14:18:41 -05:00
coroutines Clean up coroutines/__init__.py 2018-11-23 22:10:10 -05:00
data Added year and name into LICENSE, added in most of babili's actions 2018-09-13 15:37:32 -04:00
logs Cleaning up log files 2018-11-12 14:58:06 -05:00
.gitignore Cleaning up log files 2018-11-12 14:58:06 -05:00
LICENSE Added year and name into LICENSE, added in most of babili's actions 2018-09-13 15:37:32 -04:00
README.md Initial commit 2018-09-04 13:03:42 -04:00
__init__.py Unstable commit 2018-09-04 18:46:42 -04:00
app.py Fixed bug left during debugging, oof 2018-11-12 15:00:25 -05:00
settings.example.json Refactored to include auto-join channels in config file, now using \r\n message splitting 2018-10-10 12:19:57 -04:00

README.md

babili-bot

New re-write of BabiliBot (original at aewens/irc-bot).