1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 17:43: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
+6 -4
View File
@@ -239,10 +239,12 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Copies all settings, access, akicks, etc from \002channel\002 to the\n"
"\002target\002 channel. If \037what\037 is \002ACCESS\002, \002AKICK\002, \002BADWORDS\002,\n"
"or \002LEVELS\002 then only the respective settings are cloned.\n"
"You must be the founder of \037channel\037 and \037target\037."));
source.Reply(_(
"Copies all settings, access, akicks, etc from \002channel\002 to the "
"\002target\002 channel. If \037what\037 is \002ACCESS\002, \002AKICK\002, \002BADWORDS\002, "
"or \002LEVELS\002 then only the respective settings are cloned. "
"You must be the founder of \037channel\037 and \037target\037."
));
return true;
}
};