mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-14 16:17:17 +03:00
Correcting grammar for troutslap command
This commit is contained in:
parent
fb71e60d99
commit
281dafa817
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user