This commit is contained in:
alex 2019-09-22 10:48:24 +01:00
parent 304fcff75c
commit 03d9024509

View File

@ -88,7 +88,7 @@ func (g *WatGame) Msg(m *irc.Message, player *Player, fields []string) {
case "richest": case "richest":
reply = fmt.Sprintf("%s holders: %s", currency, g.TopTen()) reply = fmt.Sprintf("%s holders: %s", currency, g.TopTen())
case "bankruptest": case "bankruptest":
reply = fmt.Sprintf("most indebited: %s", g.Bankrupest()) reply = fmt.Sprintf("times bankrupt: %s", g.Bankrupest())
case "source": case "source":
reply = "https://git.circuitco.de/self/watbot" reply = "https://git.circuitco.de/self/watbot"
} }