From 7d05c5f17107c2cea4bc18806d9a154156a1673d Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Fri, 12 Dec 2014 16:00:55 -0800 Subject: [PATCH] Spaces are hard. --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 7366eaa..9f9d52a 100644 --- a/client.go +++ b/client.go @@ -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() {