diff options
Diffstat (limited to 'modules/nickserv/resetpass.cpp')
-rw-r--r-- | modules/nickserv/resetpass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nickserv/resetpass.cpp b/modules/nickserv/resetpass.cpp index 6acfc905e..2a3a8c418 100644 --- a/modules/nickserv/resetpass.cpp +++ b/modules/nickserv/resetpass.cpp @@ -107,7 +107,7 @@ class NSResetPass : public Module else if (passcode.equals_cs(ri->code)) { reset.Unset(nc); - nc->UnsetS<bool>("UNCONFIRMED"); + nc->SetUnconfirmed(false); Log(LOG_COMMAND, source, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify as " << na->GetNick(); |