Changeset 7a9d968 for protocols/twitter/twitter.c
- Timestamp:
- 2018-03-10T11:30:39Z (7 years ago)
- Children:
- 5447c59
- Parents:
- 3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r3f44e43 r7a9d968 576 576 s->flags |= SET_HIDDEN | SET_NOSAVE; 577 577 578 s = set_add(&acc->set, "in_korea", "false", set_eval_bool, acc); 579 s->flags |= SET_HIDDEN; 580 578 581 if (strcmp(acc->prpl->name, "twitter") == 0) { 579 582 s = set_add(&acc->set, "stream", "true", set_eval_bool, acc);
Note: See TracChangeset
for help on using the changeset viewer.