aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2009-06-14 05:12:44 +0000
committerGravatar danieldg2009-06-14 05:12:44 +0000
commite5cb25bd13326b9e0d1c275638f3f8f4ffba213a (patch)
tree06f57d3d4d0e271ca14eed64fd1df71396ae9a92 /src/modules/m_sethost.cpp
parentDon't globally route SETNAME, the FNAME is sufficient. Fixes bug #875 (diff)
downloadinspircd++-e5cb25bd13326b9e0d1c275638f3f8f4ffba213a.tar.gz
inspircd++-e5cb25bd13326b9e0d1c275638f3f8f4ffba213a.tar.bz2
inspircd++-e5cb25bd13326b9e0d1c275638f3f8f4ffba213a.zip
These commands do not need to be VF_COMMON
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11410 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r--src/modules/m_sethost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp
index 6fc6989f8..f6e38c213 100644
--- a/src/modules/m_sethost.cpp
+++ b/src/modules/m_sethost.cpp
@@ -97,7 +97,7 @@ class ModuleSetHost : public Module
virtual Version GetVersion()
{
- return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
+ return Version("$Id$", VF_VENDOR, API_VERSION);
}
};