summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_sync.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
committerSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
commitce362854a39c35249f8d2c7bcf27e3d5f9aa9980 (patch)
tree6d4012d9579c2d56055d621768122cf5f3b658ba /modules/chanserv/cs_sync.cpp
parenta883b616a1360ba74254661cbd39280404d1753a (diff)
Update as many messages as possible for automatic line wrapping.
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;
}
};