Working copy of watbot by wuselfuz. This is a modified version by **** in golang.
Go to file
Georg Pfuetzenreuter b7f2ad6dcd
Implement Jeopardy cashout
This adds integration between Watbot and the Limnoria Jeopardy plugin.
If a game of Jeopardy ends, Watbot will parse the finishers message and
pay a small share of the Jeopardy price money in the form of Watcoins.
To avoid abuse, only Jeopardy finishing messages from authorized bots
are considered. An IRC user is considered an authorized bot if the
hostmask matches one of the configured bot hostmasks, and if the
nickname is configured for "jeopardy" in the newly introduced bot games
configuration.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-22 17:46:37 +02:00
init/systemd Init systemd service 2022-02-02 16:36:36 +01:00
osrc Reimplemented python bot in golang, skipped a few features 2018-10-21 13:04:35 +01:00
wat Implement Jeopardy cashout 2024-09-22 17:46:37 +02:00
.gitignore added admin command for impersonating any irc command 2018-10-21 13:14:08 +01:00
build fixes #7 2019-06-28 18:54:32 +01:00
config.example.yaml Implement Jeopardy cashout 2024-09-22 17:46:37 +02:00
count Reimplemented python bot in golang, skipped a few features 2018-10-21 13:04:35 +01:00
go.mod Implement configuration file 2024-09-21 16:06:39 +02:00
go.sum Implement configuration file 2024-09-21 16:06:39 +02:00
LICENSE Initial commit 2018-10-19 23:30:20 +00:00
main.go Implement Jeopardy cashout 2024-09-22 17:46:37 +02:00
README.md sorry for rehosting ur stuff (。◕ ‿ ◕。) 2018-10-20 00:45:25 +01:00
watbot initial commit 2021-03-10 19:33:48 +05:30

watbot

watbot

ported watbot from wuselfuzz