1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 16:23:14 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-12-20 00:07:51 +00:00
19 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ public:
source.Reply(_("Enables or disables the \002peace\002 option for a channel.\n"
"When \002peace\002 is set, a user won't be able to kick,\n"
"ban or remove a channel status of a user that has\n"
"a level superior or equal to his via %s commands."), source.service->nick.c_str());
"a level superior or equal to theirs via %s commands."), source.service->nick.c_str());
return true;
}
};