]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
The bug we fixed for bug #506 may still occur in trunk if a module adjusts the nick...
[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];