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_chanprotect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_chanprotect.cpp') diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index dd39a603b..65a7b0e84 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -288,7 +288,7 @@ class ModuleChanProtect : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC); + return Version(1,0,0,0,VF_STATIC|VF_VENDOR); } virtual string_list OnChannelSync(chanrec* chan) -- cgit v1.2.3