]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Overloading SetMode seems to cause the compiler to interpret "" as a bool and not...
[user/henk/code/inspircd.git] / include / modules.h
index 7239d7a9b7b176419a7ed90625d9e4b2ca1081bd..2f0f48b00cd09cae2c8afe58b93324b07583c075 100644 (file)
@@ -1703,7 +1703,7 @@ class CoreExport ModuleManager : public classbase
         * SetPriority method for this, where you may specify other modules to
         * be prioritized against.
         */
-       bool SetModulePriority(Module* mod, Priority s);
+       bool SetPriority(Module* mod, Priority s);
 
        /** Attach an event to a module.
         * You may later detatch the event with ModuleManager::Detach().