diff options
Diffstat (limited to 'modules/hostserv/hs_on.cpp')
-rw-r--r-- | modules/hostserv/hs_on.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/hostserv/hs_on.cpp b/modules/hostserv/hs_on.cpp index dbd675333..33a077f32 100644 --- a/modules/hostserv/hs_on.cpp +++ b/modules/hostserv/hs_on.cpp @@ -50,9 +50,11 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Activates 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 the vhost instead of your real host/IP address.")); + source.Reply(_( + "Activates the vhost currently assigned to the nick in use. " + "When you use this command any user who performs a /whois " + "on you will see the vhost instead of your real host/IP address." + )); return true; } }; |