diff options
| author | 2007-08-03 21:22:40 +0000 | |
|---|---|---|
| committer | 2007-08-03 21:22:40 +0000 | |
| commit | 2bb30c6f5aea0b237384782fb5cabfdac94fdffd (patch) | |
| tree | 44966206d12d75414bb1ccf7eb39add26f8f5cdd /src/modules/m_samode.cpp | |
| parent | mark 7637 as merged (diff) | |
| download | inspircd++-2bb30c6f5aea0b237384782fb5cabfdac94fdffd.tar.gz inspircd++-2bb30c6f5aea0b237384782fb5cabfdac94fdffd.tar.bz2 inspircd++-2bb30c6f5aea0b237384782fb5cabfdac94fdffd.zip | |
Backport 7641 manually via patch file. I'm off for pleasures of the flesh, cyall. :P
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7642 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_samode.cpp')
| -rw-r--r-- | src/modules/m_samode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_samode.cpp b/src/modules/m_samode.cpp index 88d0d666e..f4f00f55a 100644 --- a/src/modules/m_samode.cpp +++ b/src/modules/m_samode.cpp @@ -91,7 +91,7 @@ class ModuleSaMode : public Module virtual Version GetVersion() { - return Version(1,1,2,2,VF_VENDOR,API_VERSION); + return Version(1, 1, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION); } }; |
