summaryrefslogtreecommitdiff
path: root/include/commands/cmd_oper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_oper.h')
-rw-r--r--include/commands/cmd_oper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_oper.h b/include/commands/cmd_oper.h
index 90bfee162..dd0b6318d 100644
--- a/include/commands/cmd_oper.h
+++ b/include/commands/cmd_oper.h
@@ -31,7 +31,7 @@ class CommandOper : public Command
public:
/** Constructor for oper.
*/
- CommandOper (InspIRCd* Instance) : Command(Instance,"OPER",0,2,false,2) { syntax = "<username> <password>"; }
+ CommandOper (InspIRCd* Instance) : Command(Instance,NULL,"OPER",0,2,false,2) { syntax = "<username> <password>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command