mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-03 23:33:36 -07:00
Make strings easier to understand
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user