review fixes: rename MonitorManager methods

This commit is contained in:
Shivaram Lingamneni
2017-10-04 02:59:59 -04:00
parent 26686d7e86
commit 3877db2391
3 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -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