diff options
| author | 2010-01-15 20:05:13 +0000 | |
|---|---|---|
| committer | 2010-01-15 20:05:13 +0000 | |
| commit | f8ccaed31d68661d16eae1a412b337af09de111b (patch) | |
| tree | aae7092ec0d700a20cb61df26119fe70b33dffa4 /src/modules/m_auditorium.cpp | |
| parent | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... (diff) | |
Remove VF_COMMON from mode-provider modules (no longer needed due to better CAPAB checking)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_auditorium.cpp')
| -rw-r--r-- | src/modules/m_auditorium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index 38a920cf5..4dec57df9 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -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) |
