]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgident.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_chgident.cpp
index ec136ebdb3409897772f50c6beb8a3111bf15c23..e36b5332980797386adeee9597d336f981069dce 100644 (file)
@@ -6,8 +6,8 @@
 
 /* $ModDesc: Provides support for the CHGIDENT command */
 
-
-
+/** Handle /CHGIDENT
+ */
 class cmd_chgident : public command_t
 {
  public:
@@ -60,7 +60,7 @@ public:
        
        virtual Version GetVersion()
        {
-               return Version(1,0,0,0,VF_VENDOR);
+               return Version(1,1,0,0,VF_VENDOR,API_VERSION);
        }
        
 };