summaryrefslogtreecommitdiff
path: root/modules/operserv/os_kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operserv/os_kill.cpp')
-rw-r--r--modules/operserv/os_kill.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/operserv/os_kill.cpp b/modules/operserv/os_kill.cpp
index 7ad58d062..b0ae2ce59 100644
--- a/modules/operserv/os_kill.cpp
+++ b/modules/operserv/os_kill.cpp
@@ -46,9 +46,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Allows you to kill a user from the network.\n"
- "Parameters are the same as for the standard /KILL\n"
- "command."));
+ source.Reply(_(
+ "Allows you to kill a user from the network. "
+ "Parameters are the same as for the standard /KILL "
+ "command."
+ ));
return true;
}
};