mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-14 16:17: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 {
|
||||
c.SysMsg("Too many arguments for /banned")
|
||||
} else {
|
||||
for fingerprint, _ := range c.Server.bannedPK {
|
||||
for fingerprint := range c.Server.bannedPK {
|
||||
c.SysMsg("Banned fingerprint: %s", fingerprint)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user