]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include / inspircd.h
index 2f1b8bc1a3af5b3f0dcf1a6fc8c13a6466124203..346287462061ce986cc0c7e8127b6f62fce44795 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -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();
 
@@ -129,5 +131,6 @@ class InspIRCd
 /* userrec optimization stuff */
 void AddServerName(std::string servername);
 const char* FindServerNamePtr(std::string servername);
+bool FindServerName(std::string servername);
 
 #endif