summaryrefslogtreecommitdiff
path: root/crocoite/test_irc.py
AgeCommit message (Collapse)AuthorFilesLines
2019-03-08irc: Add config option need_voiceLars-Dominik Braun1-1/+18
Do not hardcode required priviledge to use bot, make it configureable.
2018-10-14irc: Graceful bot shutdownLars-Dominik Braun1-1/+40
Wait for remaining jobs to finish without accepting new ones, but still allow some interaction with the bot (status/revoke).
2018-10-03irc: Fix mode parsingLars-Dominik Braun1-0/+14
Ignore unsupported modes, add tests.