Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-03 | irc: Fix mode parsing | Lars-Dominik Braun | 1 | -7/+23 | |
Ignore unsupported modes, add tests. | |||||
2018-10-02 | irc: Refactoring/beautification | Lars-Dominik Braun | 1 | -98/+260 | |
Add logging, split bot into abstract bot implementation and actual chromebot implementation, move some reusable checks into decorators. | |||||
2018-09-29 | irc: Limit number of processes spawned | Lars-Dominik Braun | 1 | -20/+23 | |
2018-09-29 | Add simple IRC bot | Lars-Dominik Braun | 1 | -0/+254 | |
chromebot is back! Dropping sopel, because it does not work well with asyncio. |