]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Tons more docs
[user/henk/code/inspircd.git] / include / mode.h
index 2e51946d0d5eb48c18a3524754e3a273c9588d52..121969fefbcc59da347cf9b21577866a63c98a6d 100644 (file)
@@ -400,7 +400,7 @@ class cmd_mode : public command_t
        /**
         * Standard constructor
         */
-       cmd_mode () : command_t("MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; }
+       cmd_mode (InspIRCd* Instance) : command_t(Instance,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; }
        /**
         * Handle MODE
         */