1
0
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:
Sadie Powell
2025-04-22 17:39:45 +01:00
parent f362959834
commit 0c155e0c05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);