fix: spaces
continuous-integration/drone/push Build is passing Details

This commit is contained in:
an 2019-11-28 09:08:31 +01:00
parent e1649ae12e
commit 2c238c25b8
1 changed files with 1 additions and 1 deletions

View File

@ -150,6 +150,6 @@ func esoHandleMessage(m *Message) {
return
}
if tok[0] == "!eso" {
SayCh <- fmt.Sprintf("%s\n%s %s %s %s %s", m.Channel, ohai[rand.Intn(len(ohai))], buty[rand.Intn(len(buty))], wat[rand.Intn(len(wat))], dointings[rand.Intn(len(dointings))], todotings[rand.Intn(len(todotings))])
SayCh <- fmt.Sprintf("%s\n%s%s%s%s%s", m.Channel, ohai[rand.Intn(len(ohai))], buty[rand.Intn(len(buty))], wat[rand.Intn(len(wat))], dointings[rand.Intn(len(dointings))], todotings[rand.Intn(len(todotings))])
}
}