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

Fix a typo in cs_mode.

This commit is contained in:
Sadie Powell
2025-11-11 22:26:17 +00:00
parent 4b05ec26b7
commit b2ee8a5b4b
+1 -1
View File
@@ -443,7 +443,7 @@ class CommandCSMode final
if (!reply.empty())
{
source.Reply(_("%s has been unlocked from %s."), reply.c_str(), ci->name.c_str());
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to lock " << reply;
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to unlock " << reply;
}
else if (needreply)
source.Reply(_("Nothing to do."));