1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 23:03:12 +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
+10 -6
View File
@@ -68,9 +68,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Enables or disables keepmodes for your nick. If keep\n"
"modes is enabled, services will remember your usermodes\n"
"and attempt to re-set them the next time you authenticate."));
source.Reply(_(
"Enables or disables keepmodes for your nick. If keep "
"modes is enabled, services will remember your usermodes "
"and attempt to re-set them the next time you authenticate."
));
return true;
}
};
@@ -95,9 +97,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Enables or disables keepmodes for the given nick. If keep\n"
"modes is enabled, services will remember users' usermodes\n"
"and attempt to re-set them the next time they authenticate."));
source.Reply(_(
"Enables or disables keepmodes for the given nick. If keep "
"modes is enabled, services will remember users' usermodes "
"and attempt to re-set them the next time they authenticate."
));
return true;
}
};