]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Merge branch 'master+websocket'
[user/henk/code/inspircd.git] / include / ctables.h
index abf65f56127122f2e742b76592b3b65fdd8f23fe..bc4226ea93b5c7b73165fc748086c25195fd74ec 100644 (file)
@@ -218,6 +218,10 @@ class CoreExport Command : public CommandBase
         */
        virtual CmdResult Handle(const std::vector<std::string>& parameters, User* user) = 0;
 
+       /** Register this object in the CommandParser
+        */
+       void RegisterService() CXX11_OVERRIDE;
+
        /** Destructor
         * Removes this command from the command parser
         */