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:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user