1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 12:33:13 +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
+7 -6
View File
@@ -84,12 +84,13 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_(
"Allows sending messages to all users on a server. The message will be sent\n"
"from \002%s\002.\n"
"\n"
"You can either send a message by specifying it as a parameter or provide no\n"
"parameters to send a previously queued message.\n"
), GetSender(source)->nick.c_str());
"Allows sending messages to all users on a server. The message will be sent "
"from \002%s\002."
"\n\n"
"You can either send a message by specifying it as a parameter or provide no "
"parameters to send a previously queued message."
),
GetSender(source)->nick.c_str());
return true;
}
};