mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-07-23 22:15:09 +02:00
Spaces are hard.
This commit is contained in:
parent
30dd775fef
commit
7d05c5f171
@ -128,7 +128,7 @@ func (c *Client) handleShell(channel ssh.Channel) {
|
|||||||
case "/me":
|
case "/me":
|
||||||
me := strings.TrimLeft(line, "/me")
|
me := strings.TrimLeft(line, "/me")
|
||||||
if 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)
|
msg := fmt.Sprintf("** %s%s", c.Name, me)
|
||||||
if c.IsSilenced() {
|
if c.IsSilenced() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user