mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-30 10:48:10 -07:00
review fixes: rename MonitorManager methods
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ func nickHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
|
||||
return false
|
||||
}
|
||||
if client.registered {
|
||||
client.server.monitorManager.alertMonitors(client, true)
|
||||
client.server.monitorManager.AlertAbout(client, true)
|
||||
}
|
||||
server.tryRegister(client)
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user