From 28efdd368597bbdc534e978cff687286b2ca7e85 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Fri, 24 Sep 2010 20:13:04 -0400 Subject: This needs to be VF_OPTCOMMON for the same reason as m_account --- src/modules/m_timedmodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_timedmodes.cpp') diff --git a/src/modules/m_timedmodes.cpp b/src/modules/m_timedmodes.cpp index a533c0778..ff5726e7c 100644 --- a/src/modules/m_timedmodes.cpp +++ b/src/modules/m_timedmodes.cpp @@ -371,7 +371,7 @@ class ModuleTimedModes : public Module virtual Version GetVersion() { - return Version("Adds timed mode changes", VF_VENDOR); + return Version("Adds timed mode changes", VF_VENDOR|VF_OPTCOMMON); } }; -- cgit v1.3.1-10-gc9f91