Skip to content

Commit

Permalink
Fix updates to BitlBee plugin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Oct 13, 2015
1 parent a2b8ad1 commit 5e6df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/torchat.c
Expand Up @@ -913,7 +913,7 @@ static void torchat_init(account_t *acc)
s->flags |= ACC_SET_OFFLINE_ONLY;

s = set_add(&acc->set, "id", NULL, torchat_dont_set, acc);
s->flags |= ACC_SET_NOSAVE;
s->flags |= SET_NOSAVE;

s = set_add(&acc->set, "display_name", NULL, torchat_set_display_name, acc);

Expand Down

0 comments on commit 5e6df55

Please sign in to comment.