]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermd5.cpp
Add m_sqlutils - Currently provides ID->chan/user lookups
[user/henk/code/inspircd.git] / src / modules / m_opermd5.cpp
index 166f166c4a2f49231fd4603c942bd0480656492b..4116ccb37810693bf0ecbe167aae89c1116078cb 100644 (file)
@@ -45,8 +45,9 @@ typedef unsigned int uint32_t;
 typedef uint32_t word32; /* NOT unsigned long. We don't support 16 bit platforms, anyway. */
 typedef unsigned char byte;
 
-clas MD5Context : public classbase
+class MD5Context : public classbase
 {
+ public:
        word32 buf[4];
        word32 bytes[2];
        word32 in[16];
@@ -275,7 +276,7 @@ class cmd_mkpasswd : public command_t
                this->source = "m_opermd5.so";
        }
 
-       void Handle (char **parameters, int pcnt, userrec *user)
+       void Handle (const char** parameters, int pcnt, userrec *user)
        {
                char buffer[MAXBUF];
                GenHash(parameters[0],buffer);