summaryrefslogtreecommitdiff
path: root/crocoite/irc.py
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03irc: Fix mode parsingLars-Dominik Braun1-7/+23
Ignore unsupported modes, add tests.
2018-10-02irc: Refactoring/beautificationLars-Dominik Braun1-98/+260
Add logging, split bot into abstract bot implementation and actual chromebot implementation, move some reusable checks into decorators.
2018-09-29irc: Limit number of processes spawnedLars-Dominik Braun1-20/+23
2018-09-29Add simple IRC botLars-Dominik Braun1-0/+254
chromebot is back! Dropping sopel, because it does not work well with asyncio.