forked from External/ergo
Make strings easier to understand
This commit is contained in:
parent
1ed7541485
commit
b8c9de5379
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue