From 5c3df6d82dd8f9a545c389518bdfe4fab0e0c7df Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 2 Sep 2006 15:51:29 +0000 Subject: [PATCH] Any modules which were using VF_STATIC to indicate they implement a mode should change this to VF_COMMON once they have the correct unload code git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5101 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_operchans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index 03444ea1a..53d21cae9 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -94,7 +94,7 @@ class ModuleOperChans : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_VENDOR); + return Version(1,0,0,0,VF_VENDOR|VF_COMMON); } }; -- 2.39.5