mirror of
https://github.com/anope/anope.git
synced 2026-07-06 19:23:15 +02:00
Release holds on a nick on identify, if there is one
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user