diff options
| author | 2008-08-25 20:35:51 +0000 | |
|---|---|---|
| committer | 2008-08-25 20:35:51 +0000 | |
| commit | 8de87c2a9b5f5e68caac1ca06b1021ed69cb3d6a (patch) | |
| tree | 976f90c27673acbfead92363c964ae69d7a2cb67 /src/modules/m_botmode.cpp | |
| parent | Change module versions to use a string instead of fixed digits, and use props... (diff) | |
Change module versions to use a string instead of fixed digits, and use propset ID to auto-set versions, so we don't have (essentially unused) module versions.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 2aa425643..025e9cf3b 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -48,7 +48,7 @@ class ModuleBotMode : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version("$Id$",VF_COMMON|VF_VENDOR,API_VERSION); } virtual void OnWhois(User* src, User* dst) |
