summaryrefslogtreecommitdiff
path: root/modules/commands/ns_recover.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-10-05 19:07:26 -0400
committerAdam <Adam@anope.org>2014-10-06 14:06:36 -0400
commitb068874f406de030af3857d0ec7faa182c85d7ca (patch)
treef47caa9fe68b191f8f1fba16ae1317210f3e8ec4 /modules/commands/ns_recover.cpp
parent18b3c572f46be91c64e50b1ac91f048790df7f2c (diff)
Add a confirmation reply to ns recover on an unidentified user with svsnick
Diffstat (limited to 'modules/commands/ns_recover.cpp')
-rw-r--r--modules/commands/ns_recover.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp
index 5bf38946b..f4945a639 100644
--- a/modules/commands/ns_recover.cpp
+++ b/modules/commands/ns_recover.cpp
@@ -97,6 +97,7 @@ class NSRecoverRequest : public IdentifyRequest
/* If we can svsnick then release our hold and svsnick the user using the command */
nickserv->Release(na);
IRCD->SendForceNickChange(source.GetUser(), GetAccount(), Anope::CurTime);
+ source.Reply(_("You have regained control of \002%s\002 and are now identified as \002%s\002."), GetAccount().c_str(), na->nc->display.c_str());
}
else
source.Reply(_("The user with your nick has been removed. Use this command again\n"