Page 1 of 1

How can i change TOPICLEN=

Posted: Wed Apr 14, 2004 12:54 am
by shinzon
During the compile, when it asks for additional parameters, i tried entering 'topiclen=400' to try and increase the number of characters allowed in a channel's topic. This didn't work so i tried --with-topiclen=400 which also didn’t work. This isn’t surprising as both were just shots in the dark.

I couldnt find the information i needed in the doc so I'm asking here.

Thanks for any help.

Posted: Wed Apr 14, 2004 3:05 am
by codemastr
You would have to modify, I believe it is include/config.h, however I strongly recommend against this. The topic length affects more than you would expect.

Posted: Wed Apr 14, 2004 7:48 am
by AngryWolf
Actually it's in include/struct.h (By the way, I wrote a documentation about this.)