summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/extra/m_httpclienttest.cpp2
-rw-r--r--src/modules/m_dccallow.cpp2
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);
}
};