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 40cce2b8..2552b672 100644
--- a/protocols/account.c
+++ b/protocols/account.c
@@ -54,6 +54,7 @@ account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass )
s = set_add( &a->set, "auto_reconnect", "true", set_eval_bool, a );
s = set_add( &a->set, "nick_format", NULL, NULL, a );
+ s->flags |= SET_NULL_OK;
s = set_add( &a->set, "nick_source", "handle", NULL, a );