diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-05 21:45:16 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-05 21:45:16 +0000 |
commit | d17bf9f895b8d90ef5b9402d08cbd3815d181ed6 (patch) | |
tree | 6f8ddcf87e35820ce8b4c0e2a40ce67fedb10a26 /src/modules/m_sakick.cpp | |
parent | 55865e9b1bfbea8bc996f92e5a0f70393f9adf38 (diff) |
m_sakick needs to be marked VF_COMMON
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11174 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sakick.cpp')
-rw-r--r-- | src/modules/m_sakick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sakick.cpp b/src/modules/m_sakick.cpp index d3c27b142..37f5cb333 100644 --- a/src/modules/m_sakick.cpp +++ b/src/modules/m_sakick.cpp @@ -115,7 +115,7 @@ class ModuleSakick : public Module virtual Version GetVersion() { - return Version("$Id$", VF_VENDOR, API_VERSION); + return Version("$Id$", VF_COMMON|VF_VENDOR, API_VERSION); } }; |