X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_kline.h;h=c0601fe6f960619134a85364b0438402d11e0d89;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=3e987643f2ce6f47fd5c97cd7922956f7a342313;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_kline.h b/include/commands/cmd_kline.h index 3e987643f..c0601fe6f 100644 --- a/include/commands/cmd_kline.h +++ b/include/commands/cmd_kline.h @@ -29,14 +29,14 @@ class CommandKline : public Command public: /** Constructor for kline. */ - CommandKline (InspIRCd* Instance) : Command(Instance,"KLINE",'o',1,false,0) { syntax = " [ :]"; } + CommandKline (InspIRCd* Instance) : Command(Instance,"KLINE","o",1,false,0) { syntax = " [ :]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const char** parameters, int pcnt, User *user); + CmdResult Handle(const char* const* parameters, int pcnt, User *user); }; #endif