summaryrefslogtreecommitdiffstats
path: root/wat/integration.go
Commit message (Collapse)AuthorAgeFilesLines
* Explain Jeopardy finishers parsingGeorg Pfuetzenreuter2024-10-021-0/+11
| | | | | | Elaborate as the convoluted logic can be difficult to understand. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Refactor integrationsGeorg Pfuetzenreuter2024-10-021-0/+83
Move to a separate file for better code structure and to avoid huge branching inside Msg(). Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>