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:
@@ -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> ¶ms)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user