1
0
Fork 0
forked from External/ergo

sync #1

Merged
Failure merged 8 commits from External/ergo:master into master 2024-11-18 11:42:04 -08:00
Showing only changes of commit eddd4cc723 - Show all commits

View file

@ -463,7 +463,7 @@ func (server *Server) RplISupport(client *Client, rb *ResponseBuffer) {
func (server *Server) sendRplISupportLines(client *Client, rb *ResponseBuffer, lines [][]string) { func (server *Server) sendRplISupportLines(client *Client, rb *ResponseBuffer, lines [][]string) {
if rb.session.capabilities.Has(caps.ExtendedISupport) { if rb.session.capabilities.Has(caps.ExtendedISupport) {
batchID := rb.StartNestedBatch("chathistory", caps.ExtendedISupportBatchType) batchID := rb.StartNestedBatch(caps.ExtendedISupportBatchType)
defer rb.EndNestedBatch(batchID) defer rb.EndNestedBatch(batchID)
} }
translatedISupport := client.t("are supported by this server") translatedISupport := client.t("are supported by this server")