]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Probably wont compile yet - purge_empty_channels refactor
[user/henk/code/inspircd.git] / include / users.h
index 71563abfa9354f482d8a3979f3cae52b3ed2ae62..294bc1e1f358b42f3fecf78c242ffeff7d88961e 100644 (file)
@@ -151,7 +151,7 @@ class userrec : public connection
         */
        char modes[54];
        
-       std::vector<ucrec> chans;
+       std::vector<ucrec*> chans;
        
        /** The server the user is connected to.
         */