summaryrefslogtreecommitdiffstats
path: root/wat/bot.go
Commit message (Expand)AuthorAgeFilesLines
* Configurable database pathGeorg Pfuetzenreuter2024-10-101-1/+2
* Strip formatting codesGeorg Pfuetzenreuter2024-10-021-1/+2
* Refactor integrationsGeorg Pfuetzenreuter2024-10-021-57/+4
* Implement Jeopardy cashoutGeorg Pfuetzenreuter2024-09-291-0/+62
* Implement automatic channel joiningGeorg Pfuetzenreuter2024-09-281-1/+14
* Replace redundant logic in Admin()Georg Pfuetzenreuter2024-09-281-7/+1
* Implement configuration fileGeorg Pfuetzenreuter2024-09-281-2/+3
* Add myself as adminGeorg Pfuetzenreuter2024-09-211-1/+7
* initial commitmogad0n2021-03-101-4/+4
* moved config around somewhatalex2019-01-041-10/+25
* int64 -> uint64 for coins, disable noisy logging, turned off wattery (it was ...alex2018-12-031-1/+1
* changed coins to uint64 and started using uints all over the placealex2018-11-141-1/+1
* formatting changes from goimportalex2018-11-081-11/+12
* fixed rand to use crypto randalex2018-10-261-4/+4
* misc improvementsalex2018-10-251-5/+9
* added resting, messed about with stuffalex2018-10-231-3/+25
* fixed some bugs, fixed some debug behaviour, changed over to a command -> met...alex2018-10-231-2/+17
* added admin command for impersonating any irc commandalex2018-10-211-14/+23
* Reimplemented python bot in golang, skipped a few featuresalex2018-10-211-0/+90