summaryrefslogtreecommitdiff
path: root/modules/commands/ns_resetpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_resetpass.cpp')
-rw-r--r--modules/commands/ns_resetpass.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp
index fec5bc7b9..12fe1172e 100644
--- a/modules/commands/ns_resetpass.cpp
+++ b/modules/commands/ns_resetpass.cpp
@@ -105,8 +105,9 @@ class NSResetPass : public Module
if (source.GetUser())
{
source.GetUser()->Identify(na);
- source.Reply(_("You are now identified for your nick. Change your password now."));
}
+
+ source.Reply(_("You are now identified for your nick. Change your password now."));
}
else
return EVENT_CONTINUE;