summaryrefslogtreecommitdiff
path: root/include/commands/cmd_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_server.h')
-rw-r--r--include/commands/cmd_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_server.h b/include/commands/cmd_server.h
index 9de4b8381..f562a7ddf 100644
--- a/include/commands/cmd_server.h
+++ b/include/commands/cmd_server.h
@@ -29,7 +29,7 @@ class CommandServer : public Command
public:
/** Constructor for server.
*/
- CommandServer (InspIRCd* Instance) : Command(Instance,"SERVER",0,0) { }
+ CommandServer (InspIRCd* Instance) : Command(Instance,"SERVER",0,0,true) { }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command