From b6de960d973dc8a22c1bf5b0cbcf0a20461faa13 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 25 Feb 2009 19:03:13 +0000 Subject: 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 --- src/modules/m_gecosban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_gecosban.cpp') 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) -- cgit v1.2.3