1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 07: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
+9 -7
View File
@@ -123,13 +123,15 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("This command lists registered vhosts to the operator.\n"
"If a \037key\037 is specified, only entries whose nick or vhost match\n"
"the pattern given in \037key\037 are displayed e.g. Rob* for all\n"
"entries beginning with \"Rob\"\n"
"If a \037#X-Y\037 style is used, only entries between the range of \002X\002\n"
"and \002Y\002 will be displayed, e.g. \002#1-3\002 will display the first 3\n"
"nick/vhost entries."));
source.Reply(_(
"This command lists registered vhosts to the operator. "
"If a \037key\037 is specified, only entries whose nick or vhost match "
"the pattern given in \037key\037 are displayed e.g. Rob* for all "
"entries beginning with \"Rob\". "
"If a \037#X-Y\037 style is used, only entries between the range of \002X\002 "
"and \002Y\002 will be displayed, e.g. \002#1-3\002 will display the first 3 "
"nick/vhost entries."
));
return true;
}
};