diff options
Diffstat (limited to 'include/commands/cmd_away.h')
-rw-r--r-- | include/commands/cmd_away.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_away.h b/include/commands/cmd_away.h index f6d1bc783..9cde32f57 100644 --- a/include/commands/cmd_away.h +++ b/include/commands/cmd_away.h @@ -29,7 +29,7 @@ class CommandAway : public Command public: /** Constructor for away. */ - CommandAway (InspIRCd* Instance) : Command(Instance,"AWAY",0,0) { syntax = "[<message>]"; } + CommandAway (InspIRCd* Instance) : Command(Instance,NULL,"AWAY",0,0) { syntax = "[<message>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |