]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Use FindNickOnly in a few commands to prevent enumerating users via UID walking
[user/henk/code/inspircd.git] / include / dynamic.h
index 47523f3afb3e326fd51b840e04e14f24ad6c833a..01bdcdec5e6f67e91deae41f8c1b5e62a04a8083 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -45,7 +45,10 @@ class CoreExport DLLManager : public classbase
 
        /** Return a module by calling the init function
         */
-       Module* callInit();
+       Module* CallInit();
+
+       /** Get detailed version information from the module file */
+       std::string GetVersion();
 };
 
 #endif