minor changes

This commit is contained in:
Andreas Neue 2016-01-18 23:28:13 +01:00
parent 519dc98189
commit b7f88b7a9d
2 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ func scraper() {
}
func showScStats() {
sayCh <- "*\n*** SC User and Funding Stats ###"
sayCh <- "*\n*** SC User and Funding Stats ***"
sayCh <- fmt.Sprintf("*\nFans: %s", util.NumberToString(fans, '.'))
sayCh <- fmt.Sprintf("*\nFleet: %s", util.NumberToString(fleet, '.'))
sayCh <- fmt.Sprintf("*\nFunds: $ %s", util.NumberToString(funds, '.'))