diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-09 02:26:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-09 02:26:15 +0000 |
commit | 13b3f9a715853a2dcafc2bf516309496ee277931 (patch) | |
tree | cae2423fcb1f6900aaff21a1a328047c9e72f003 /src/modules/m_showwhois.cpp | |
parent | 3b624fd022aa02b882dd4f9b4f92236ce41da779 (diff) |
Never got committed - added GetVersion()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1020 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_showwhois.cpp')
-rw-r--r-- | src/modules/m_showwhois.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 4a019e20e..01563b44f 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -26,6 +26,11 @@ class ModuleShowwhois : public Module { } + virtual Version GetVersion() + { + return Version(1,0,0,3,VF_STATIC); + } + virtual int OnExtendedMode(userrec* user, void* target, char modechar, int type, bool mode_on, string_list& params) { if((type == MT_CLIENT) && (modechar == 'W')) { |