mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Unify translations
This commit is contained in:
parent
795c7aad9d
commit
b6a997f68c
2 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ func csHelpHandler(server *Server, client *Client, command, params string, rb *R
|
|||
} else {
|
||||
commandInfo := chanservCommands[strings.ToLower(strings.TrimSpace(params))]
|
||||
if commandInfo == nil {
|
||||
csNotice(rb, client.t("Unknown command. To see available commands, run /cs HELP"))
|
||||
csNotice(rb, client.t("Unknown command. To see available commands, run /CS HELP"))
|
||||
} else {
|
||||
for _, line := range strings.Split(ircfmt.Unescape(client.t(commandInfo.help)), "\n") {
|
||||
csNotice(rb, line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue