]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fixed WriteChannelWithServ
[user/henk/code/inspircd.git] / include / users.h
index f915a6e5f8ebe16cd573158191f49a570eadad59..098762ecac32b4b1aa690caa279b4eed8f905e4f 100644 (file)
@@ -167,6 +167,12 @@ class userrec : public connection
         */
        unsigned long pingmax;
 
+       /** Password specified by the user when they registered.
+        * This is stored even if the <connect> block doesnt need a password, so that
+        * modules may check it.
+        */
+       char password[MAXBUF];
+
        userrec();
        
        virtual ~userrec() {  }