From e69772b93d80b40bc379b863f6fa4783f0474f28 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 16 Jun 2008 12:46:34 +0200 Subject: [PATCH] New defaut time format for buffer lines --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 87172694f..827ce7705 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -784,7 +784,7 @@ config_weechat_init () weechat_config_file, ptr_section, "buffer_time_format", "string", N_("time format for buffers"), - NULL, 0, 0, "[%H:%M:%S]", NULL, NULL, &config_change_buffer_time_format, NULL, NULL, NULL); + NULL, 0, 0, "%H:%M:%S", NULL, NULL, &config_change_buffer_time_format, NULL, NULL, NULL); config_look_color_nicks_number = config_file_new_option ( weechat_config_file, ptr_section, "color_nicks_number", "integer",