summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2020-04-04 18:59:57 -0600
committerSadie Powell <sadie@witchery.services>2020-04-06 09:49:46 +0100
commitc327d1aeefb372cff4dce26e482a8f087f871b71 (patch)
treebbe6a0c6c207897bbe61006f65c6ae9e452dec8e
parent0d0763f72f52945a91b610d61729d658dafedfc1 (diff)
Improve wording of the resetpass:confirm log message.
-rw-r--r--modules/commands/ns_resetpass.cpp2
1 files changed, 1 insertions, 1 deletions
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<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())
{