1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 06:26:37 +02:00

Fix a copy/paste error in webcpanel.

This commit is contained in:
Sadie Powell
2024-02-29 16:26:58 +00:00
parent 5f735b2570
commit ee7455daa8
+1 -1
View File
@@ -50,7 +50,7 @@ bool WebCPanel::ChanServ::Set::OnRequest(HTTPProvider *server, const Anope::stri
ci->Extend<bool>("KEEPTOPIC");
else
ci->Shrink<bool>("KEEPTOPIC");
replacements["MESSAGES"] = "Secure updated";
replacements["MESSAGES"] = "Keeptopic updated";
}
if (ci->HasExt("PEACE") != message.post_data.count("peace"))
{