From 8d96b78e8fac994e4aa030f8696f4871dc6428ca Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 30 Jan 2012 21:29:04 +0000 Subject: Report mysterious unsupported libpurple options in "help purple $PROTOCOL". Mostly an attempt to explain what's up with #898. --- protocols/purple/purple.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c index 3dedd20c..8e100c8c 100644 --- a/protocols/purple/purple.c +++ b/protocols/purple/purple.c @@ -183,6 +183,8 @@ static void purple_init( account_t *acc ) irc_rootmsg( acc->irc, "Setting with unknown type: %s (%d) Expect stuff to break..\n", name, purple_account_option_get_type( o ) ); */ + g_string_append_printf( help, "\n* [%s] UNSUPPORTED (type %d)", + name, purple_account_option_get_type( o ) ); name = NULL; } -- cgit v1.2.3