diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-21 22:19:40 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-21 22:19:40 +0000 |
commit | c3f28223f8447ff8d49007b45141d673fef56060 (patch) | |
tree | 856ca5c4bc061d3b5ff6d3889bf17c62a9ff4b41 /src/core/ns_release.c | |
parent | 8d05e8510ff9446a28c49e12179277d785c6d402 (diff) |
Also allow RECOVER/RELEASE, reported by Adam and Raff7.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2123 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/ns_release.c')
-rw-r--r-- | src/core/ns_release.c | 1 |
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> ¶ms) |