aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/purple.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/purple/purple.c')
-rw-r--r--protocols/purple/purple.c2
1 files changed, 2 insertions, 0 deletions
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;
}