summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-03-12 03:31:13 -0500
committerAdam <Adam@anope.org>2011-03-12 03:31:13 -0500
commitdbc19768b17545a65704752f04612a0b1b61f209 (patch)
tree5bf695c4cc0c2e39a9ae01109948d00546d7ab23
parent8d64d91742f9aae3a659ad9f5e96ee650e2eeaed (diff)
Fixed ns_release with a password
-rw-r--r--modules/core/ns_release.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/ns_release.cpp b/modules/core/ns_release.cpp
index b8b517e36..3efbc3bc4 100644
--- a/modules/core/ns_release.cpp
+++ b/modules/core/ns_release.cpp
@@ -41,6 +41,7 @@ class CommandNSRelease : public Command
if (res == 1)
{
Log(LOG_COMMAND, u, this) << "released " << na->nick;
+ na->Release();
u->SendMessage(NickServ, NICK_RELEASED);
}
else