From ec7fc489a14af54738da17a94b162a9606df4756 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 17:59:33 +0000 Subject: Tons of module versionflags stuff, and checks for it in /UNLOADMODULE git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1001 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sethost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sethost.cpp') diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index a220f376d..f82cec034 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -58,7 +58,7 @@ class ModuleSetHost : public Module virtual Version GetVersion() { - return Version(1,0,0,0,0); + return Version(1,0,0,1,VF_VENDOR); } }; -- cgit v1.2.3