X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_squit.h;h=1b34ce36613b4db21b9b483ff1f93c6f6a018f58;hb=b57568ecc46296ba3a0e06d770eceff40cc9aee4;hp=0c6f06f1a1774d920eb14b80c881c09344ade360;hpb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_squit.h b/include/commands/cmd_squit.h index 0c6f06f1a..1b34ce366 100644 --- a/include/commands/cmd_squit.h +++ b/include/commands/cmd_squit.h @@ -25,11 +25,13 @@ #include "users.h" #include "channels.h" +/** Handle /SQUIT + */ class cmd_squit : public command_t { public: cmd_squit (InspIRCd* Instance) : command_t(Instance,"SQUIT",'o',1) { syntax = " []"; } - void Handle(const char** parameters, int pcnt, userrec *user); + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; #endif