1
0
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:
Sadie Powell
2025-04-16 00:04:30 +01:00
parent a883b616a1
commit ce362854a3
106 changed files with 2799 additions and 3202 deletions
+5 -3
View File
@@ -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;
}
};