mirror of
https://github.com/anope/anope.git
synced 2026-06-30 12:06:38 +02:00
Allow NS STATUS from unregistered users, thanks DP!
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2086 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -22,6 +22,7 @@ class CommandNSStatus : public Command
|
||||
public:
|
||||
CommandNSStatus() : Command("STATUS", 0, 16)
|
||||
{
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
}
|
||||
|
||||
CommandReturn Execute(User *u, std::vector<std::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user