1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 03:03: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
+2 -4
View File
@@ -46,8 +46,7 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Deletes the vhost assigned to the given nick from the\n"
"database."));
source.Reply(_("Deletes the vhost assigned to the given nick from the database."));
return true;
}
};
@@ -92,8 +91,7 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Deletes the vhost for all nicks in the same group as\n"
"that of the given nick."));
source.Reply(_("Deletes the vhost for all nicks in the same group as that of the given nick."));
return true;
}
};