1
0
Fork 0
forked from External/ergo

Make strings easier to understand

This commit is contained in:
Daniel Oaks 2019-05-17 13:41:32 +10:00
parent 1ed7541485
commit b8c9de5379
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@ func csOpHandler(server *Server, client *Client, command string, params []string
clientAccount := client.Account()
if clientAccount == "" || clientAccount != channelInfo.Founder() {
csNotice(rb, client.t("You must be the channel founder to op"))
csNotice(rb, client.t("Only the channel founder can do this"))
return
}