Changeset 7a9d968 for protocols/account.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/account.c
r3f44e43 r7a9d968 55 55 56 56 s = set_add(&a->set, "auto_reconnect", "true", set_eval_bool, a); 57 58 s = set_add(&a->set, "handle_unknown", NULL, NULL, a); 59 s->flags |= SET_NULL_OK; 57 60 58 61 s = set_add(&a->set, "nick_format", NULL, NULL, a);
Note: See TracChangeset
for help on using the changeset viewer.