diff options
| author | 2009-02-25 19:03:13 +0000 | |
|---|---|---|
| committer | 2009-02-25 19:03:13 +0000 | |
| commit | b6de960d973dc8a22c1bf5b0cbcf0a20461faa13 (patch) | |
| tree | 788e135712f2abeb8da6e0359fd501af0af57d30 /src/modules/m_gecosban.cpp | |
| parent | Remove VF_COMMON from m_banredirect, it only adds an extban (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_gecosban.cpp')
| -rw-r--r-- | src/modules/m_gecosban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index 2bc519b86..5147a2eb9 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -31,7 +31,7 @@ class ModuleGecosBan : 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) |
