Changes in protocols/account.c [5a8afc3:7801298]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r5a8afc3 r7801298 59 59 60 60 s = set_add(&a->set, "auto_reconnect", "true", set_eval_bool, a); 61 62 s = set_add(&a->set, "handle_unknown", NULL, NULL, a); 63 s->flags |= SET_NULL_OK; 61 64 62 65 s = set_add(&a->set, "nick_format", NULL, NULL, a);
Note: See TracChangeset
for help on using the changeset viewer.