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

Update as many messages as possible for automatic line wrapping.

This commit is contained in:
Sadie Powell
2025-04-16 00:04:30 +01:00
parent a883b616a1
commit ce362854a3
106 changed files with 2799 additions and 3202 deletions
+4 -2
View File
@@ -47,8 +47,10 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Syncs all modes set on users on the channel with the modes\n"
"they should have based on their access."));
source.Reply(_(
"Syncs all modes set on users on the channel with the modes "
"they should have based on their access."
));
return true;
}
};