1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 02:43:14 +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
@@ -68,10 +68,12 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Sends the named \037nick\037 or \037channel\037 a memo containing\n"
"\037memo-text\037. When sending to a nickname, the recipient will\n"
"receive a notice that they have a new memo. The target\n"
"nickname/channel must be registered."));
source.Reply(_(
"Sends the named \037nick\037 or \037channel\037 a memo containing "
"\037memo-text\037. When sending to a nickname, the recipient will "
"receive a notice that they have a new memo. The target "
"nickname/channel must be registered."
));
return true;
}
};