mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-29 21:52:05 -07:00
fix #1076
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ func (server *Server) tryRegister(c *Client, session *Session) (exiting bool) {
|
||||
|
||||
// count new user in statistics
|
||||
server.stats.Register()
|
||||
server.monitorManager.AlertAbout(c, true)
|
||||
server.monitorManager.AlertAbout(c.Nick(), c.NickCasefolded(), true)
|
||||
|
||||
server.playRegistrationBurst(session)
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user