]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chghost.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
index 18853ac2dd1008b65f116144ad7aae10ebc03663..65a03b2315d04da61dba5363163f77951ce979c2 100644 (file)
@@ -26,8 +26,8 @@ using namespace std;
 
 /* $ModDesc: Provides support for the CHGHOST command */
 
-
-
+/** Handle /CHGHOST
+ */
 class cmd_chghost : public command_t
 {
  public:
@@ -95,7 +95,7 @@ class ModuleChgHost : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1,2,0,1,VF_VENDOR);
+               return Version(1,1,0,0,VF_VENDOR,API_VERSION);
        }
        
 };