mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:53:13 +02:00
Update as many messages as possible for automatic line wrapping.
This commit is contained in:
@@ -67,9 +67,11 @@ public:
|
||||
{
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("This command allows users to set the vhost of their\n"
|
||||
"CURRENT nick to be the vhost for all nicks in the same\n"
|
||||
"group."));
|
||||
source.Reply(_(
|
||||
"This command allows users to set the vhost of their "
|
||||
"CURRENT nick to be the vhost for all nicks in the same "
|
||||
"group."
|
||||
));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user