diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-20 01:29:39 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-20 01:29:39 +0000 |
commit | cea84d2e81a33fcf9b94af79ebec8ea7f567664f (patch) | |
tree | 2adff80fc46f9712fc09dc7b421dea55a5a303d5 | |
parent | 4557dce9eab8b3d6e8f9f967f76fddad4a68a8d1 (diff) |
Make these vendor modules.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6604 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/extra/m_httpclienttest.cpp | 2 | ||||
-rw-r--r-- | src/modules/m_dccallow.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_httpclienttest.cpp b/src/modules/extra/m_httpclienttest.cpp index 0a43c4c0a..8f835acb6 100644 --- a/src/modules/extra/m_httpclienttest.cpp +++ b/src/modules/extra/m_httpclienttest.cpp @@ -25,7 +25,7 @@ public: virtual Version GetVersion() { - return Version(1,0,0,1,0,API_VERSION); + return Version(1,0,0,1,VF_VENDOR,API_VERSION); } virtual void OnUserJoin(userrec* user, chanrec* channel) 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); } }; |