mirror of
https://github.com/anope/anope.git
synced 2026-07-05 09:13:15 +02:00
Clear NS_HELD from nicks when recover expiry is up
This commit is contained in:
+2
-2
@@ -94,11 +94,11 @@ void NickAlias::OnCancel(User *)
|
||||
this->SetFlag(NS_HELD);
|
||||
this->UnsetFlag(NS_COLLIDED);
|
||||
|
||||
new NickServHeld(this, Config->NSReleaseTimeout);
|
||||
|
||||
if (ircd->svshold)
|
||||
ircdproto->SendSVSHold(this->nick);
|
||||
else
|
||||
{
|
||||
new NickServRelease(this, Config->NSReleaseTimeout);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user