]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Bump API version
[user/henk/code/inspircd.git] / include / channels.h
index 17e7364a42919eab3ed829887c8cb0a8f7d94d8f..7daab2167c72509a43f18000d49186c1567bf6f0 100644 (file)
@@ -178,7 +178,7 @@ class chanrec : public Extensible
        /** The last user to set the topic.
         * If this member is an empty string, no topic was ever set.
         */
-       char setby[NICKMAX];
+       char setby[128];
 
        /** Contains the channel user limit.
         * If this value is zero, there is no limit in place.