How can i change TOPICLEN=

These are old archives. They are kept for historic purposes only.
Post Reply
shinzon
Posts: 4
Joined: Wed Apr 14, 2004 12:51 am

How can i change TOPICLEN=

Post 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.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Actually it's in include/struct.h (By the way, I wrote a documentation about this.)
Post Reply