From 2e0eaac657b09f0698bd5779142fad5fe9db9eb6 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 12 Jul 2010 00:14:49 +0100 Subject: First version of the nick_format setting. --- protocols/account.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/account.c') diff --git a/protocols/account.c b/protocols/account.c index ba309b38..40cce2b8 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -53,6 +53,8 @@ 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 = set_add( &a->set, "nick_source", "handle", NULL, a ); s = set_add( &a->set, "password", NULL, set_eval_account, a ); -- cgit v1.2.3