1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 16:26:38 +02:00

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
This commit is contained in:
rburchell
2009-02-21 22:19:40 +00:00
parent 8d05e8510f
commit c3f28223f8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ class CommandNSRecover : public Command
public:
CommandNSRecover() : Command("RECOVER", 1, 2)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)
+1
View File
@@ -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)