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_helpop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_helpop.cpp') diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 41111dd36..1798122b2 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -201,7 +201,7 @@ class ModuleHelpop : public Module virtual Version GetVersion() { - return Version(0,0,0,1,VF_STATIC); + return Version(0,0,0,1,VF_STATIC|VF_VENDOR); } }; -- cgit v1.2.3