diff options
Diffstat (limited to 'modules/chanserv/cs_status.cpp')
-rw-r--r-- | modules/chanserv/cs_status.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/chanserv/cs_status.cpp b/modules/chanserv/cs_status.cpp index 39b54280e..31697e706 100644 --- a/modules/chanserv/cs_status.cpp +++ b/modules/chanserv/cs_status.cpp @@ -102,11 +102,13 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("This command tells you what a users access is on a channel\n" - "and what access entries, if any, they match. Additionally it\n" - "will tell you of any auto kick entries they match. Usage of\n" - "this command is limited to users who have the ability to modify\n" - "access entries on the channel.")); + source.Reply(_( + "This command tells you what a users access is on a channel " + "and what access entries, if any, they match. Additionally it " + "will tell you of any auto kick entries they match. Usage of " + "this command is limited to users who have the ability to modify " + "access entries on the channel." + )); return true; } }; |