[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ircd u2.10.05.9-> Connecting to more than 9 channels at once



On Mon, Sep 04, 2000 at 10:48:07PM -0400, Andrew M. Petalik wrote:
> Hello,
> 
> I am running ircd version u2.10.05.9. It is not connecting to any other 
> server (totally stand-alone).

This mailingslist is about the irc software found on
ftp.irc.org/irc/server. That version clearly isn't what we made.

> I would like to know if there is any way (short of re-compiling the source) 
> of allowing a user to be connected to more than 9 channels at a time.

It's probably something compiled in, but I suggest you ask the correct
place, which probably is coder-com@xxxxxxxxxxxx

> If I have to resort to re-compiling, which piece of the source must I 
> change to attain this goal.

Here it's in config.h:

/*
 * Max number of channels a user is allowed to join.
 */
#define MAXCHANNELSPERUSER  10  /* Recommended value: 10 */

I have no idea about ircu.


Kurt