mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Ignore some dodgy TL strings, fix another dodgy string
This commit is contained in:
parent
250076a132
commit
fb55cc3390
5 changed files with 53 additions and 5 deletions
|
|
@ -249,7 +249,7 @@ func csAmodeHandler(server *Server, client *Client, command string, params []str
|
|||
}
|
||||
case modes.Add, modes.Remove:
|
||||
if len(affectedModes) > 0 {
|
||||
csNotice(rb, fmt.Sprintf(client.t("Successfully set persistent mode %s%s on %s"), string(change.Op), string(change.Mode), change.Arg))
|
||||
csNotice(rb, fmt.Sprintf(client.t("Successfully set persistent mode %[1]s on %[2]s"), strings.Join([]string{string(change.Op), string(change.Mode)}, ""), change.Arg))
|
||||
// #729: apply change to current membership
|
||||
for _, member := range channel.Members() {
|
||||
if member.Account() == change.Arg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue