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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user