aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/account.c')
-rw-r--r--protocols/account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/account.c b/protocols/account.c
index 6a762e8b..7fceae91 100644
--- a/protocols/account.c
+++ b/protocols/account.c
@@ -66,6 +66,7 @@ account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass )
s->flags |= ACC_SET_NOSAVE | SET_NULL_OK;
s = set_add( &a->set, "tag", NULL, set_eval_account, a );
+ s->flags |= ACC_SET_NOSAVE;
s = set_add( &a->set, "username", NULL, set_eval_account, a );
s->flags |= ACC_SET_NOSAVE | ACC_SET_OFFLINE_ONLY;