]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
test-build: Pass the make jobs as a separate argument.
[user/henk/code/inspircd.git] / include / modules.h
index d9d05a39603c2fa4245b9ebe01332c0fd7e4ad0e..3ad0258b8455a56bce58dd63189c602353335823 100644 (file)
@@ -989,7 +989,7 @@ class CoreExport Module : public classbase, public usecountbase
         * @param user The user that this line of the query is about
         * @param memb The member shown in this line, NULL if no channel is in this line
         * @param numeric Numeric to send; modifiable.
-        * @param Return MOD_RES_PASSTHRU to allow the line to be displayed, MOD_RES_DENY to hide it
+        * @return MOD_RES_PASSTHRU to allow the line to be displayed, MOD_RES_DENY to hide it
         */
        virtual ModResult OnSendWhoLine(User* source, const std::vector<std::string>& params, User* user, Membership* memb, Numeric::Numeric& numeric);
 
@@ -1028,7 +1028,7 @@ class CoreExport ModuleManager : public fakederef<ModuleManager>
                PRIO_STATE_LAST
        } prioritizationState;
 
-       /** Loads all core modules (cmd_*)
+       /** Loads all core modules (core_*)
         */
        void LoadCoreModules(std::map<std::string, ServiceList>& servicemap);