From 549e9446d8cf84ba9ccba180fbc54bfd8b3dff49 Mon Sep 17 00:00:00 2001 From: rburchell Date: Mon, 16 Feb 2009 12:24:17 +0000 Subject: [PATCH] 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 --- src/core/ns_status.c | 1 + 1 file changed, 1 insertion(+) 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 ¶ms)