Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_cap.c

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