upgrade to go 1.24 (#2217)

This commit is contained in:
Shivaram Lingamneni
2025-02-12 21:15:21 -05:00
committed by GitHub
parent eb84ede5f7
commit 7e18362d35
76 changed files with 15 additions and 9454 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ func ubanInfoNick(client *Client, target ubanTarget, rb *ResponseBuffer) {
rb.Notice(client.t("Warning: banning this IP or a network that contains it may affect other users. Use /UBAN INFO on the candidate IP or network for more information."))
}
} else {
rb.Notice(fmt.Sprintf(client.t("No client is currently using that nickname")))
rb.Notice(client.t("No client is currently using that nickname"))
}
account, err := client.server.accounts.LoadAccount(target.nickOrMask)