mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-24 03:42:32 -04:00
Updated leaving user message
This commit is contained in:
parent
28a12fdabd
commit
23b98fcf31
@ -184,7 +184,7 @@ func (s *Server) Remove(client *Client) {
|
||||
delete(s.clients, strings.ToLower(client.Name))
|
||||
s.Unlock()
|
||||
|
||||
s.SysMsg("%s left.(Total connected: %d)", client.Name)
|
||||
s.SysMsg("%s left. (Total connected: %d)", client.Name)
|
||||
}
|
||||
|
||||
func (s *Server) proposeName(name string) (string, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user