mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-08 11:22:10 +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"
|
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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user