From b5965b08c23e3e89404b481386f2e56ce7cb7ce2 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 19 Jan 2010 15:16:24 +0000 Subject: Extbans can be VF_OPTCOMMON as they do not desync on module add/remove git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12303 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_nopartmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_nopartmsg.cpp') diff --git a/src/modules/m_nopartmsg.cpp b/src/modules/m_nopartmsg.cpp index 6f84122f4..51ee659cd 100644 --- a/src/modules/m_nopartmsg.cpp +++ b/src/modules/m_nopartmsg.cpp @@ -31,7 +31,7 @@ class ModulePartMsgBan : public Module virtual Version GetVersion() { - return Version("Implements extban +b p: - part message bans", VF_COMMON|VF_VENDOR); + return Version("Implements extban +b p: - part message bans", VF_OPTCOMMON|VF_VENDOR); } -- cgit v1.3.1-10-gc9f91