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

Re: MAXCHANNELSPERUSER problem on ircd2.9.5



>>>>> "Chris" == Christophe Kalt <kalt@xxxxxxxxxxx> writes:
    Chris> from channel.c:
    Chris>   1954                  if (MyConnect(sptr) &&
    Chris>   1955                      sptr->user->joined >= MAXCHANNELSPERUSER) {
    Chris>   1956                          /* Feature: Cannot join &flagchannels either
    Chris>   1957                             if already joined MAXCHANNELSPERUSER times. */
    Chris>   1958                          sendto_one(sptr, err_str(ERR_TOOMANYCHANNELS,
    Chris>   1959                                     parv[0]), name);
    Chris>   1960                          return 2;
    Chris>   1961                  }

  Ah, I missed the Feature: line in channel.c. 

    Chris> it's just easier this way; blame Vesa for this one :-)
    Chris> I personnaly don't think it's a big deal.

  As I said " a small problem " in my previous mail, I don't think
either, Anyway, everything is OK now just because I know this is a
feature, not a bug.

                                     Masahiko MURAKAMI aka MUL