]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibottler.cpp
Make a ./configure --system to support system-wide installation of inspircd
[user/henk/code/inspircd.git] / src / modules / m_antibottler.cpp
index cae67f4106b0df868dd9909b14fe1d7e02c04544..28a8f99745a69b69d9c5f8c8431c2fafe5670766 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
@@ -18,9 +18,8 @@
 class ModuleAntiBottler : public Module
 {
  public:
-       ModuleAntiBottler(InspIRCd* Me)
-               : Module(Me)
-       {
+       ModuleAntiBottler()
+                       {
 
                Implementation eventlist[] = { I_OnPreCommand };
                ServerInstance->Modules->Attach(eventlist, this, 1);
@@ -34,7 +33,7 @@ class ModuleAntiBottler : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$",VF_VENDOR,API_VERSION);
+               return Version("Changes the ident of connecting bottler clients to 'bottler'",VF_VENDOR);
        }
 
        virtual ModResult OnPreCommand(std::string &command, std::vector<std::string> &parameters, User *user, bool validated, const std::string &original_line)