summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wat/game.go2
1 files changed, 1 insertions, 1 deletions
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"
}