From badd1484469ab6280de977eb179db00820868c03 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 13 Jul 2010 00:22:53 +0100 Subject: Reformat nicks whenever fullname/nick/group changes (but at least for now still only for offline users). --- protocols/account.c | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols') 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 ); -- cgit v1.2.3