forked from External/ergo
parent
1e6dee15b2
commit
16e214e4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue