diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-19 15:16:24 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-19 15:16:24 +0000 |
commit | b5965b08c23e3e89404b481386f2e56ce7cb7ce2 (patch) | |
tree | 842721a7e76de1cb7807a55d287498783e2dbc88 /src/modules/m_nopartmsg.cpp | |
parent | 80abf1ed3ef868b1cad85785b2386f5cbd818ba4 (diff) |
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
Diffstat (limited to 'src/modules/m_nopartmsg.cpp')
-rw-r--r-- | src/modules/m_nopartmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |