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