From c327d1aeefb372cff4dce26e482a8f087f871b71 Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Sat, 4 Apr 2020 18:59:57 -0600 Subject: [PATCH] Improve wording of the resetpass:confirm log message. --- modules/commands/ns_resetpass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp index 0fa08ea32..37172c894 100644 --- a/modules/commands/ns_resetpass.cpp +++ b/modules/commands/ns_resetpass.cpp @@ -100,7 +100,7 @@ class NSResetPass : public Module reset.Unset(nc); nc->Shrink("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()) {