mirror of
https://github.com/anope/anope.git
synced 2026-07-10 23:03:14 +02:00
Replace hard linebreaks in RPC and webcpanel messages.
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
|
||||
void SendMessage(BotInfo *source, const Anope::string &msg) override
|
||||
{
|
||||
str += msg + "\n";
|
||||
str += msg.replace_all_cs("\x1A", "\x20") + "\n";
|
||||
};
|
||||
}
|
||||
reply(out);
|
||||
|
||||
Reference in New Issue
Block a user