ircu: changing maxchannels?
ok i have searched in so many source files now its not funny lol.i edited includes/irc_defs.h and set the nick len to 20 and userlen to 21, and also changed topiclen and a few others
i looked for maxchannels but couldn't find a deffinition for that.
i configured ircu with configure --prefix=/usr/local/ircu2.10.11.14 --with-maxcon=500
so now i have 500 max connections, the nick len topic len and user len i want, but i max out at 10 channels.
which source file before compiling do i have to edit to change the max channels?
is there a way to set it after compile?
running the latest version.