summaryrefslogtreecommitdiff
path: root/modules/hostserv/hs_group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hostserv/hs_group.cpp')
-rw-r--r--modules/hostserv/hs_group.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/hostserv/hs_group.cpp b/modules/hostserv/hs_group.cpp
index bf7b5ddca..183956b72 100644
--- a/modules/hostserv/hs_group.cpp
+++ b/modules/hostserv/hs_group.cpp
@@ -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;
}
};