]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_antibottler.cpp
Implement feature in bug #395 reported by stealth, and tidy up a bit
[user/henk/code/inspircd.git] / src / modules / m_antibottler.cpp
index 2c96495a4341c53e1ec7929798feafa79dfe6beb..3aa5592ccd985d69e4c0fabe43926c8bf600cddd 100644 (file)
@@ -83,7 +83,7 @@ class ModuleAntiBottler : public Module
                        if (!not_bottler)
                        {
                                std::string strgecos = std::string(gecos) + "[Possible bottler, ident: " + std::string(ident) + "]";
-                               const char* modified[3];
+                               const char* modified[4];
                                modified[0] = "bottler";
                                modified[1] = local;
                                modified[2] = remote;
@@ -96,4 +96,4 @@ class ModuleAntiBottler : public Module
        }
 };
 
-MODULE_INIT(ModuleAntiBottler);
+MODULE_INIT(ModuleAntiBottler)