From ebb3fca69860136da6e77be12f11b156a7a685b5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 7 Oct 2012 01:45:43 -0400 Subject: Release holds on a nick on identify, if there is one --- modules/commands/ns_identify.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands') diff --git a/modules/commands/ns_identify.cpp b/modules/commands/ns_identify.cpp index 9fbe46f6b..cce0569dd 100644 --- a/modules/commands/ns_identify.cpp +++ b/modules/commands/ns_identify.cpp @@ -61,6 +61,7 @@ class CommandNSIdentify : public Command Log(LOG_COMMAND, source, this) << "and identified for account " << na->nc->display; source.Reply(_("Password accepted - you are now recognized.")); u->Identify(na); + na->Release(); } } return; -- cgit