]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibottler.cpp
To be more specific, specify rpath() macro here
[user/henk/code/inspircd.git] / src / modules / m_antibottler.cpp
index 9c7d75ea26dd971e089d645fb06775a366473374..0e80809d725a4d5fe338494defeb26935e8642af 100644 (file)
@@ -2,18 +2,14 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *               <Craig@chatspike.net>
- *     
- * Written by Craig Edwards, Craig McLure, and others.
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
  * ---------------------------------------------------
  */
-using namespace std;
 
 #include "users.h"
 #include "channels.h"
@@ -42,7 +38,7 @@ class ModuleAntiBottler : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,1,VF_VENDOR);
+               return Version(1,1,0,1,VF_VENDOR,API_VERSION);
        }
 
        virtual void OnServerRaw(std::string &raw, bool inbound, userrec* user)