Spaces are hard.

This commit is contained in:
Andrey Petrov 2014-12-12 16:00:55 -08:00
parent 30dd775fef
commit 7d05c5f171
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func (c *Client) handleShell(channel ssh.Channel) {
case "/me":
me := strings.TrimLeft(line, "/me")
if me == "" {
me = "is at a loss for words."
me = " is at a loss for words."
}
msg := fmt.Sprintf("** %s%s", c.Name, me)
if c.IsSilenced() {