summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex2019-09-22 10:48:24 +0100
committeralex2019-09-22 10:48:24 +0100
commit03d90245091936d7db14a08ea57bdc4d3b41484a (patch)
treeaac1b85708c2a9e5671dde70d4d5b6049f4462c2
parent304fcff75c561115d2816f8bb9c1074b70a204ee (diff)
downloadwatbot-03d90245091936d7db14a08ea57bdc4d3b41484a.tar.gz
watbot-03d90245091936d7db14a08ea57bdc4d3b41484a.tar.bz2
watbot-03d90245091936d7db14a08ea57bdc4d3b41484a.zip
fixes #9
-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"
}