Skip to content

Commit

Permalink
Removed space in bot names to comply with name requirements in defaul…
Browse files Browse the repository at this point in the history
…t mumble configuration
  • Loading branch information
jogramming committed Jun 19, 2015
1 parent 5769229 commit f69b21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
func main() {
flag.Parse()
for i := 0; i < *numClient; i++ {
spawnClient(fmt.Sprintf("Mumchmark bot %d", i), *addr)
spawnClient(fmt.Sprintf("Mumchmark%d", i), *addr)
}

loop()
Expand Down

0 comments on commit f69b21a

Please sign in to comment.