]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
This seems to play nice now, but it seems we may have to redo it all AGAIN :(
[user/henk/code/inspircd.git] / include / channels.h
index aa23d881664418b523077ca382bc01921c8d0dcf..50076fd86b6b1771b618bd95fba303d9d01b9bd1 100644 (file)
@@ -41,7 +41,7 @@ class HostItem : public classbase
        time_t set_time;
        /** Who added the item
         */
-       char set_by[NICKMAX];
+       char set_by[64];
        /** The actual item data
         */
        char data[MAXBUF];