summaryrefslogtreecommitdiffstats
path: root/wat
Commit message (Expand)AuthorAgeFilesLines
* Prevent dice overflowGeorg Pfuetzenreuter2024-10-102-21/+110
* Configurable database pathGeorg Pfuetzenreuter2024-10-102-3/+4
* Lower nickname in Jeopardy cashoutGeorg Pfuetzenreuter2024-10-091-1/+1
* Improve Jeopardy cashout messageGeorg Pfuetzenreuter2024-10-031-4/+36
* Change host lookup to be optionalGeorg Pfuetzenreuter2024-10-022-2/+6
* Strip formatting codesGeorg Pfuetzenreuter2024-10-021-1/+2
* Explain Jeopardy finishers parsingGeorg Pfuetzenreuter2024-10-021-0/+11
* Refactor integrationsGeorg Pfuetzenreuter2024-10-022-57/+87
* 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-103-12/+12
* fixes #8alex2019-09-221-1/+8
* fixes #9alex2019-09-221-1/+1
* fixes #5alex2019-07-102-0/+16
* fixes #6alex2019-06-281-2/+2
* fixes #7alex2019-06-282-31/+63
* moved config around somewhatalex2019-01-041-10/+25
* Added time limited bankrupcy, steroids for benching (don't persist across res...alex2019-01-042-14/+84
* int64 -> uint64 for coins, disable noisy logging, turned off wattery (it was ...alex2018-12-033-20/+15
* CanAct func, used in Riot and Liftalex2018-11-162-2/+15
* added actions table, makes it easier to add time based commandsalex2018-11-152-42/+74
* changed coins to uint64 and started using uints all over the placealex2018-11-143-35/+54
* formatting changes from goimportalex2018-11-083-103/+186
* nmalex2018-10-271-3/+5
* fixed rand to use crypto randalex2018-10-263-30/+52
* misc improvementsalex2018-10-252-28/+40
* added resting, messed about with stuffalex2018-10-232-20/+104
* fixed some bugs, fixed some debug behaviour, changed over to a command -> met...alex2018-10-233-56/+101
* added admin command for impersonating any irc commandalex2018-10-211-14/+23
* Reimplemented python bot in golang, skipped a few featuresalex2018-10-213-0/+482