1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 14:53:13 +02:00

Release holds on a nick on identify, if there is one

This commit is contained in:
Adam
2012-10-07 01:45:43 -04:00
parent 7f72b466ac
commit ebb3fca698
+1
View File
@@ -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;