Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    r24de9fa r5535a47  
    836836            (room = set_getstr(&ic->set, "room")) &&
    837837            (acc = account_get(ic->irc->b, acc_s)) &&
    838             acc->ic && (acc->ic->flags & OPT_LOGGED_IN) &&
    839             acc->prpl->chat_join) {
     838            acc->ic && acc->prpl->chat_join) {
    840839                char *nick;
    841840
Note: See TracChangeset for help on using the changeset viewer.