diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-04-04 18:59:57 -0600 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-04-06 09:49:46 +0100 |
commit | c327d1aeefb372cff4dce26e482a8f087f871b71 (patch) | |
tree | bbe6a0c6c207897bbe61006f65c6ae9e452dec8e | |
parent | 0d0763f72f52945a91b610d61729d658dafedfc1 (diff) |
Improve wording of the resetpass:confirm log message.
-rw-r--r-- | modules/commands/ns_resetpass.cpp | 2 |
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()) { |