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_gecosban.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_gecosban.cpp')
-rw-r--r-- | src/modules/m_gecosban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index c60073b70..0f3c75f24 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -30,7 +30,7 @@ class ModuleGecosBan : public Module Version GetVersion() { - return Version("Extban 'r' - realname (gecos) ban", VF_COMMON|VF_VENDOR); + return Version("Extban 'r' - realname (gecos) ban", VF_OPTCOMMON|VF_VENDOR); } ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) |