mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-04 20:21:55 -07:00
upgrade to go 1.24 (#2217)
This commit is contained in:
committed by
GitHub
parent
eb84ede5f7
commit
7e18362d35
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user