diff options
Diffstat (limited to 'modules/operserv/os_chankill.cpp')
-rw-r--r-- | modules/operserv/os_chankill.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/operserv/os_chankill.cpp b/modules/operserv/os_chankill.cpp index e66123a62..bed10c505 100644 --- a/modules/operserv/os_chankill.cpp +++ b/modules/operserv/os_chankill.cpp @@ -96,9 +96,11 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Puts an AKILL for every nick on the specified channel. It\n" - "uses the entire real ident@host for every nick, and\n" - "then enforces the AKILL.")); + source.Reply(_( + "Puts an AKILL for every nick on the specified channel. It " + "uses the entire real ident@host for every nick, and " + "then enforces the AKILL." + )); return true; } }; |