1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Added message when using "/debug buffer" command

This commit is contained in:
Sebastien Helleu
2007-11-29 12:21:57 +01:00
parent 288034f83f
commit 32cc6ae5d8
+3
View File
@@ -838,6 +838,9 @@ command_debug (struct t_gui_buffer *buffer,
else if (string_strcasecmp (argv[0], "buffer") == 0)
{
gui_buffer_dump_hexa (buffer);
gui_chat_printf (NULL,
"DEBUG: buffer content written in WeeChat "
"log file");
}
else if (string_strcasecmp (argv[0], "windows") == 0)
{