Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 222483 | Differences between
and this patch

Collapse All | Expand All

(-)src/mod/irc.mod/chan.c (+1 lines)
Lines 982-987 Link Here
982
        chan->status |= CHAN_ASKEDMODES;
982
        chan->status |= CHAN_ASKEDMODES;
983
    }
983
    }
984
    if (msg[i] == 'l') {
984
    if (msg[i] == 'l') {
985
      chan->channel.mode |= CHANLIMIT;
985
      p = strchr(msg, ' ');
986
      p = strchr(msg, ' ');
986
      if (p != NULL) {          /* test for null limit assignment */
987
      if (p != NULL) {          /* test for null limit assignment */
987
        p++;
988
        p++;

Return to bug 222483