summaryrefslogtreecommitdiff
path: root/src/core/cs_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_info.c')
-rw-r--r--src/core/cs_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cs_info.c b/src/core/cs_info.c
index 6492bc45b..5123858af 100644
--- a/src/core/cs_info.c
+++ b/src/core/cs_info.c
@@ -44,6 +44,8 @@ class CommandCSInfo : public Command
CommandCSInfo() : Command("INFO", 1, 2)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
+ this->SetFlag(CFLAG_ALLOW_SUSPENDED);
+ this->SetFlag(CFLAG_ALLOW_FORBIDDEN);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)