Correcting grammar for troutslap command

This commit is contained in:
Lawrence Craft 2014-12-16 00:03:20 +00:00
parent fb71e60d99
commit 281dafa817

View File

@ -247,7 +247,7 @@ func (c *Client) handleShell(channel ssh.Channel) {
slappee = "some long-named jerk" 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": case "/nick":
if len(parts) == 2 { if len(parts) == 2 {
c.Server.Rename(c, parts[1]) c.Server.Rename(c, parts[1])