1
0
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:
rburchell
2009-02-16 12:24:17 +00:00
parent 14c2617e41
commit 549e9446d8
+1
View File
@@ -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> &params)