From 03d90245091936d7db14a08ea57bdc4d3b41484a Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 22 Sep 2019 10:48:24 +0100 Subject: fixes #9 --- wat/game.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wat/game.go b/wat/game.go index 6f19dc3..e401a72 100644 --- a/wat/game.go +++ b/wat/game.go @@ -88,7 +88,7 @@ func (g *WatGame) Msg(m *irc.Message, player *Player, fields []string) { case "richest": reply = fmt.Sprintf("%s holders: %s", currency, g.TopTen()) case "bankruptest": - reply = fmt.Sprintf("most indebited: %s", g.Bankrupest()) + reply = fmt.Sprintf("times bankrupt: %s", g.Bankrupest()) case "source": reply = "https://git.circuitco.de/self/watbot" } -- cgit v1.2.3