mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 10:19:45 +02:00
minor changes
This commit is contained in:
+1
-1
@@ -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, '.'))
|
||||
|
||||
Reference in New Issue
Block a user