]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_md5.cpp
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
[user/henk/code/inspircd.git] / src / modules / m_md5.cpp
index 7669d63d752c7bf7c9c0f0814deea1a6571048a3..6ac9c3d87f78664a762f5a802b8aadb38c67cc9b 100644 (file)
@@ -39,7 +39,7 @@ typedef unsigned char byte;
 
 /** An MD5 context, used by m_opermd5
  */
-class MD5Context : public classbase
+class MD5Context
 {
  public:
        word32 buf[4];
@@ -296,7 +296,7 @@ class ModuleMD5 : public Module
 
        Version GetVersion()
        {
-               return Version("Allows for MD5 encrypted oper passwords",VF_VENDOR|VF_SERVICEPROVIDER);
+               return Version("Allows for MD5 encrypted oper passwords",VF_VENDOR);
        }
 };