summaryrefslogtreecommitdiff
path: root/modules/operserv/os_oper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operserv/os_oper.cpp')
-rw-r--r--modules/operserv/os_oper.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/operserv/os_oper.cpp b/modules/operserv/os_oper.cpp
index 5a87cd6ba..d19567f9a 100644
--- a/modules/operserv/os_oper.cpp
+++ b/modules/operserv/os_oper.cpp
@@ -253,9 +253,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Allows you to change and view Services Operators.\n"
- "Note that operators removed by this command but are still set in\n"
- "the configuration file are not permanently affected by this."));
+ source.Reply(_(
+ "Allows you to change and view Services Operators. "
+ "Note that operators removed by this command but are still set in "
+ "the configuration file are not permanently affected by this."
+ ));
return true;
}
};