]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_invite.h
Implement <options:prefixpart|suffixpart|fixedpart>
[user/henk/code/inspircd.git] / include / commands / cmd_invite.h
index ad78869b203017b48fa1194130ba84274ace3d17..2808809ecf53e861bde5cde49d0b6263c25154c8 100644 (file)
  * the same way, however, they can be fully unloaded, where these
  * may not.
  */
-class cmd_invite : public Command
+class CommandInvite : public Command
 {
  public:
        /** Constructor for invite.
         */
-       cmd_invite (InspIRCd* Instance) : Command(Instance,"INVITE",0,0) { syntax = "[<nick> <channel>]"; }
+       CommandInvite (InspIRCd* Instance) : Command(Instance,"INVITE", 0, 0, false, 4) { syntax = "[<nick> <channel>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command