X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_squit.h;h=6090831beb6ee4473957aaf9cd1829a3f5efdb21;hb=24731c63b6320be22f7b3220236271fa7476b975;hp=b9b9c0188dda149a47af9dda0187e73e836a028e;hpb=79f9faeec84fbcb704b45811b9851148ab1cb20b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_squit.h b/include/commands/cmd_squit.h index b9b9c0188..6090831be 100644 --- a/include/commands/cmd_squit.h +++ b/include/commands/cmd_squit.h @@ -32,7 +32,7 @@ class CommandSquit : public Command public: /** Constructor for squit. */ - CommandSquit (InspIRCd* Instance) : Command(Instance,"SQUIT","o",1) { syntax = " []"; } + CommandSquit (InspIRCd* Instance) : Command(Instance,NULL,"SQUIT","o",1) { syntax = " []"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command