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

Improve wording of the resetpass:confirm log message.

This commit is contained in:
Matt Schatz
2020-04-04 18:59:57 -06:00
committed by Sadie Powell
parent 0d0763f72f
commit c327d1aeef
+1 -1
View File
@@ -100,7 +100,7 @@ class NSResetPass : public Module
reset.Unset(nc);
nc->Shrink<bool>("UNCONFIRMED");
Log(LOG_COMMAND, source, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify as " << na->nick;
Log(LOG_COMMAND, source, &commandnsresetpass) << "to confirm RESETPASS and forcefully identify as " << na->nick;
if (source.GetUser())
{