mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-04 20:21:55 -07:00
+1
-1
@@ -2887,7 +2887,7 @@ func rehashHandler(server *Server, client *Client, msg ircmsg.Message, rb *Respo
|
|||||||
// TODO all operators should get a notice of some kind here
|
// TODO all operators should get a notice of some kind here
|
||||||
rb.Notice(client.t("Rehash complete"))
|
rb.Notice(client.t("Rehash complete"))
|
||||||
} else {
|
} else {
|
||||||
rb.Add(nil, server.name, ERR_UNKNOWNERROR, nick, "REHASH", err.Error())
|
rb.Add(nil, server.name, ERR_UNKNOWNERROR, nick, "REHASH", ircutils.SanitizeText(err.Error(), 350))
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user