watbot/wat
Georg Pfuetzenreuter 94d31e829e
Prevent dice overflow
rand.Int() would panic when the max value is <= 0, which happens when
big.NewInt() was fed with a too large number. Avoid this by validating
the big.NewInt() return beforehand. Add error handling to all callers to
both gracefully return to IRC and to log an error message.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-10-10 02:33:42 +02:00
..
bot.go Strip formatting codes 2024-10-02 21:40:30 +02:00
db.go Change host lookup to be optional 2024-10-02 22:30:06 +02:00
game.go Prevent dice overflow 2024-10-10 02:33:42 +02:00
integration.go Lower nickname in Jeopardy cashout 2024-10-09 23:36:45 +02:00
utils.go Prevent dice overflow 2024-10-10 02:33:42 +02:00