mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-30 08:19:26 -07:00
@@ -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
|
||||
rb.Notice(client.t("Rehash complete"))
|
||||
} 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user