Updated leaving user message

This commit is contained in:
Russ Long 2014-12-15 20:29:42 -05:00
parent 21abb26040
commit 28a12fdabd

View File

@ -184,7 +184,7 @@ func (s *Server) Remove(client *Client) {
delete(s.clients, strings.ToLower(client.Name))
s.Unlock()
s.SysMsg("%s left.", client.Name)
s.SysMsg("%s left.(Total connected: %d)", client.Name)
}
func (s *Server) proposeName(name string) (string, error) {