Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r952e264 r9f03c47  
    576576        s->flags |= SET_HIDDEN | SET_NOSAVE;
    577577
    578         s = set_add(&acc->set, "in_korea", "false", set_eval_bool, acc);
    579         s->flags |= SET_HIDDEN;
    580 
    581578        if (strcmp(acc->prpl->name, "twitter") == 0) {
    582579                s = set_add(&acc->set, "stream", "true", set_eval_bool, acc);
Note: See TracChangeset for help on using the changeset viewer.