diff options
Diffstat (limited to 'modules/hostserv/hs_del.cpp')
-rw-r--r-- | modules/hostserv/hs_del.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/hostserv/hs_del.cpp b/modules/hostserv/hs_del.cpp index 357f4f8e3..7ce67dbbe 100644 --- a/modules/hostserv/hs_del.cpp +++ b/modules/hostserv/hs_del.cpp @@ -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; } }; |