diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-16 00:04:30 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-16 00:04:30 +0100 |
commit | ce362854a39c35249f8d2c7bcf27e3d5f9aa9980 (patch) | |
tree | 6d4012d9579c2d56055d621768122cf5f3b658ba /modules/chanserv/cs_sync.cpp | |
parent | a883b616a1360ba74254661cbd39280404d1753a (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.cpp | 6 |
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; } }; |