]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Incorporated Craig's friendlier SQL class (documentation to come later)
[user/henk/code/inspircd.git] / include / inspircd.h
index 2f1b8bc1a3af5b3f0dcf1a6fc8c13a6466124203..68289d5ee26e98ba5aff5e1e86871c5528cf060d 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();