]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_auditorium.cpp
Remove VF_COMMON from mode-provider modules (no longer needed due to better CAPAB...
[user/henk/code/inspircd.git] / src / modules / m_auditorium.cpp
index 38a920cf59becf2a406e6b8410e96ce0ecd2e6d3..4dec57df9460ad489ad5d8d5307c7069d2eccc05 100644 (file)
@@ -70,7 +70,7 @@ class ModuleAuditorium : public Module
 
        Version GetVersion()
        {
-               return Version("Allows for auditorium channels (+u) where nobody can see others joining and parting or the nick list", VF_COMMON | VF_VENDOR);
+               return Version("Allows for auditorium channels (+u) where nobody can see others joining and parting or the nick list", VF_VENDOR);
        }
 
        void OnNamesListItem(User* issuer, Membership* memb, std::string &prefixes, std::string &nick)