aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authorGravatar peavey2007-02-20 01:29:39 +0000
committerGravatar peavey2007-02-20 01:29:39 +0000
commitcea84d2e81a33fcf9b94af79ebec8ea7f567664f (patch)
tree2adff80fc46f9712fc09dc7b421dea55a5a303d5 /src/modules/m_dccallow.cpp
parentPut back quit prefix that got lost in last fix. (diff)
Make these vendor modules.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6604 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index 193d569dd..bed359e3c 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -491,7 +491,7 @@ class ModuleDCCAllow : public Module
virtual Version GetVersion()
{
- return Version(1,1,0,0,VF_COMMON,API_VERSION);
+ return Version(1,1,0,0,VF_COMMON|VF_VENDOR,API_VERSION);
}
};