summaryrefslogtreecommitdiff
path: root/include/commands/cmd_wallops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_wallops.h')
-rw-r--r--include/commands/cmd_wallops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h
index b3b42fc02..34089cdae 100644
--- a/include/commands/cmd_wallops.h
+++ b/include/commands/cmd_wallops.h
@@ -29,7 +29,7 @@ class CommandWallops : public Command
public:
/** Constructor for wallops.
*/
- CommandWallops (InspIRCd* Instance) : Command(Instance,"WALLOPS","o",1,1) { syntax = "<any-text>"; }
+ CommandWallops (InspIRCd* Instance) : Command(Instance,NULL,"WALLOPS","o",1,1) { syntax = "<any-text>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command