]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
More stuff for allowing hostnames in <bind> and <link> again - note there is a FIXME...
[user/henk/code/inspircd.git] / include / users.h
index 8f396c8c656676a970d4e1dba063a86e08dc6583..25db5eb081eff30a95c60e4ca85c42a188764ce3 100644 (file)
@@ -144,7 +144,7 @@ class userrec : public connection
        /** The host displayed to non-opers (used for cloaking etc).
         * This usually matches the value of userrec::host.
         */
-       char dhost[64];
+       char dhost[65];
        
        /** The users full name.
         */