mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-07 19:03:17 +03:00
gofmt
This commit is contained in:
parent
8a68cc51d9
commit
c244efe3d3
@ -330,7 +330,7 @@ func (c *Client) handleShell(channel ssh.Channel) {
|
|||||||
} else if len(parts) != 1 {
|
} else if len(parts) != 1 {
|
||||||
c.SysMsg("Too many arguments for /banned")
|
c.SysMsg("Too many arguments for /banned")
|
||||||
} else {
|
} else {
|
||||||
for fingerprint, _ := range c.Server.bannedPK {
|
for fingerprint := range c.Server.bannedPK {
|
||||||
c.SysMsg("Banned fingerprint: %s", fingerprint)
|
c.SysMsg("Banned fingerprint: %s", fingerprint)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user