1
0
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:
Adam
2011-08-24 13:56:48 -04:00
parent 21a8bff011
commit 5d681a74ad
3 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -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);
}
}
}