summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_sync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/cs_sync.cpp')
-rw-r--r--modules/chanserv/cs_sync.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/chanserv/cs_sync.cpp b/modules/chanserv/cs_sync.cpp
index 46b6bad66..dd03075b9 100644
--- a/modules/chanserv/cs_sync.cpp
+++ b/modules/chanserv/cs_sync.cpp
@@ -47,8 +47,10 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Syncs all modes set on users on the channel with the modes\n"
- "they should have based on their access."));
+ source.Reply(_(
+ "Syncs all modes set on users on the channel with the modes "
+ "they should have based on their access."
+ ));
return true;
}
};