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