Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_cap.c

    rc54bb11 rc9603a3  
    177177
    178178        } else if (g_strcasecmp(cmd[1], "END") == 0) {
     179                if (!(irc->status & USTATUS_CAP_PENDING)) {
     180                        return;
     181                }
    179182                irc->status &= ~USTATUS_CAP_PENDING;
    180183
Note: See TracChangeset for help on using the changeset viewer.