mirror of
https://github.com/anope/anope.git
synced 2026-07-07 07:53:12 +02:00
Update as many messages as possible for automatic line wrapping.
This commit is contained in:
@@ -122,8 +122,10 @@ public:
|
||||
{
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Makes the bot do the equivalent of a \"/me\" command\n"
|
||||
"on the specified channel using the specified text."));
|
||||
source.Reply(_(
|
||||
"Makes the bot do the equivalent of a \"/me\" command "
|
||||
"on the specified channel using the specified text."
|
||||
));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user