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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user