diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-13 00:22:53 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-13 00:22:53 +0100 |
commit | badd1484469ab6280de977eb179db00820868c03 (patch) | |
tree | 6887227b5b1a273674b421cc61261aeddfbe68cc /protocols | |
parent | 09dfb686be1297e9ff0a9b434ef865b779a60bc3 (diff) |
Reformat nicks whenever fullname/nick/group changes (but at least for now
still only for offline users).
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/account.c | 1 |
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 ); |