]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_channelban.cpp
Add VF_COMMON to all modules that provide an extban
[user/henk/code/inspircd.git] / src / modules / m_channelban.cpp
index e1a31b2b73c8b09c966f43ca502fdbf1b9d047eb..def17bdb5981a682f00c32bc1942c2f90d5cc6be 100644 (file)
@@ -31,7 +31,7 @@ class ModuleBadChannelExtban : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR,API_VERSION);
+               return Version("$Id$", VF_COMMON|VF_VENDOR,API_VERSION);
        }
 
        virtual int OnUserPreJoin(User *user, Channel *c, const char *cname, std::string &privs, const std::string &key)