Merge 23b98fcf31b25564d0e40e1319ce99acf48b1bba into 21abb26040c70514bb9b6e50d66501c7cb303584

This commit is contained in:
tfmm 2014-12-16 01:35:58 +00:00
commit e520a1758f

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) {