diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-16 12:24:17 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-16 12:24:17 +0000 |
commit | 549e9446d8cf84ba9ccba180fbc54bfd8b3dff49 (patch) | |
tree | c182f467bfdba1dec3292c6a4229f46c0231c013 /src | |
parent | 14c2617e41399bd1aea30e1500ba940e8312df80 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ns_status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ns_status.c b/src/core/ns_status.c index b62bb1f26..f4960095e 100644 --- a/src/core/ns_status.c +++ b/src/core/ns_status.c @@ -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) |