diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-25 19:03:13 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-25 19:03:13 +0000 |
commit | b6de960d973dc8a22c1bf5b0cbcf0a20461faa13 (patch) | |
tree | 788e135712f2abeb8da6e0359fd501af0af57d30 /src/modules/m_channelban.cpp | |
parent | 2c8dd5f19a9dc1de3bf95fd41222a3885ca52e91 (diff) |
Add VF_COMMON to all modules that provide an extban
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11153 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_channelban.cpp')
-rw-r--r-- | src/modules/m_channelban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_channelban.cpp b/src/modules/m_channelban.cpp index e1a31b2b7..def17bdb5 100644 --- a/src/modules/m_channelban.cpp +++ b/src/modules/m_channelban.cpp @@ -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) |