1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

irc: change local variable "type" from "irc_list" to "list" on /list buffer

This commit is contained in:
Sébastien Helleu
2023-08-20 20:53:44 +02:00
parent 64cb3e6a63
commit 5ffce90f23
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ irc_input_data (struct t_gui_buffer *buffer, const char *input_data, int flags,
}
else if (weechat_strcmp (
weechat_buffer_get_string (buffer,
"localvar_type"), "irc_list") == 0)
"localvar_type"), "list") == 0)
{
irc_list_buffer_input_data (buffer, input_data);
}