summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-23 19:03:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-04-23 19:03:40 +0000
commitc275233c7c356058c812ed3906a833b678e9de69 (patch)
tree3a61117770bf0f6eb157f897a68c4b54f2126f43 /include/modules.h
parenteed00fd454dd33bf47f9d605ecbdd9b610e14e7e (diff)
Heres the beef so far
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11326 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 2f0f48b00..7239d7a9b 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1703,7 +1703,7 @@ class CoreExport ModuleManager : public classbase
* SetPriority method for this, where you may specify other modules to
* be prioritized against.
*/
- bool SetPriority(Module* mod, Priority s);
+ bool SetModulePriority(Module* mod, Priority s);
/** Attach an event to a module.
* You may later detatch the event with ModuleManager::Detach().