summaryrefslogtreecommitdiff
path: root/src/core/ns_release.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_release.c')
-rw-r--r--src/core/ns_release.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ns_release.c b/src/core/ns_release.c
index d2ce4c57e..66b0fc043 100644
--- a/src/core/ns_release.c
+++ b/src/core/ns_release.c
@@ -22,6 +22,7 @@ class CommandNSRelease : public Command
public:
CommandNSRelease() : Command("RELEASE", 1, 2)
{
+ this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)