diff options
| author | 2006-09-02 16:34:45 +0000 | |
|---|---|---|
| committer | 2006-09-02 16:34:45 +0000 | |
| commit | f82e1e9de4a0c7e7293094f1e54c9bd209b1cde5 (patch) | |
| tree | eb179b5244a933a7e0105ecf5df59738f7363046 /src/modules/m_testcommand.cpp | |
| parent | So was this... (diff) | |
And this (i guess it once tested mode stuff)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5108 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_testcommand.cpp')
| -rw-r--r-- | src/modules/m_testcommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_testcommand.cpp b/src/modules/m_testcommand.cpp index a615f9cb5..86601e953 100644 --- a/src/modules/m_testcommand.cpp +++ b/src/modules/m_testcommand.cpp @@ -110,7 +110,7 @@ class ModuleTestCommand : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC|VF_VENDOR); + return Version(1, 0, 0, 0, VF_VENDOR); } }; |
