summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index fd2255046..68289d5ee 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -121,6 +121,8 @@ class InspIRCd
bool UnloadModule(const char* filename);
void MoveToLast(std::string modulename);
void MoveToFirst(std::string modulename);
+ void MoveAfter(std::string modulename, std::string after);
+ void MoveBefore(std::string modulename, std::string before);
InspIRCd(int argc, char** argv);
int Run();