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