mirror of
https://github.com/anope/anope.git
synced 2026-07-04 14:33:15 +02:00
Update as many messages as possible for automatic line wrapping.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user