From 281dafa817215d76b58a1c5f70eb80f6f92dc034 Mon Sep 17 00:00:00 2001 From: Lawrence Craft Date: Tue, 16 Dec 2014 00:03:20 +0000 Subject: [PATCH] Correcting grammar for troutslap command --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 370c522..f3d886b 100644 --- a/client.go +++ b/client.go @@ -247,7 +247,7 @@ func (c *Client) handleShell(channel ssh.Channel) { slappee = "some long-named jerk" } } - c.Emote(fmt.Sprintf(" slaps %s around a bit with a large trout", slappee)) + c.Emote(fmt.Sprintf(" slaps %s around a bit with a large trout.", slappee)) case "/nick": if len(parts) == 2 { c.Server.Rename(c, parts[1])