diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 16:50:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-04 16:50:50 +0000 |
commit | 9b131bef322a4ed592d53e8c8eec8759287944a5 (patch) | |
tree | d00bedc6e1211c98571a865910ddca4529bc8479 /include/modules.h | |
parent | f6bd92ab87208b104baba2eaa99236d0b03d8552 (diff) |
More craq
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8507 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 27fec9010..a42292ad1 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1589,6 +1589,8 @@ class CoreExport ModuleManager : public classbase bool SetPriority(Module* mod, Implementation i, PriorityState s, Module** modules = NULL, size_t sz = 1); + bool SetPriority(Module* mod, PriorityState s); + /** Attach an event to a module * @param i Event type to attach * @param mod Module to attach event to |