mirror of
https://github.com/anope/anope.git
synced 2026-07-07 12:03:12 +02:00
Update as many messages as possible for automatic line wrapping.
This commit is contained in:
@@ -47,9 +47,11 @@ public:
|
||||
{
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Deactivates the vhost currently assigned to the nick in use.\n"
|
||||
"When you use this command any user who performs a /whois\n"
|
||||
"on you will see your real host/IP address."));
|
||||
source.Reply(_(
|
||||
"Deactivates the vhost currently assigned to the nick in use. "
|
||||
"When you use this command any user who performs a /whois "
|
||||
"on you will see your real host/IP address."
|
||||
));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user