diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-02 16:33:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-02 16:33:18 +0000 |
commit | 187211cadedf90c66cf3c011855abc6e41b0e1af (patch) | |
tree | 7040358393f2d02969e98eda9047164356ad65c7 /src | |
parent | 2208edf6ff4e97a1f95a43bd96a58b548fbc6100 (diff) |
For some reason this was VF_STATIC
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5106 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_tline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp index 2616448e6..031b89de1 100644 --- a/src/modules/m_tline.cpp +++ b/src/modules/m_tline.cpp @@ -95,7 +95,7 @@ class ModuleTLine : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC|VF_VENDOR); + return Version(1, 0, 0, 0, VF_VENDOR); } }; |