diff options
Diffstat (limited to 'src/plugins/irc/irc-list.c')
-rw-r--r-- | src/plugins/irc/irc-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-list.c b/src/plugins/irc/irc-list.c index 021886868..c8a6c11b4 100644 --- a/src/plugins/irc/irc-list.c +++ b/src/plugins/irc/irc-list.c @@ -957,7 +957,7 @@ irc_list_create_buffer (struct t_irc_server *server) if (buffer_props) { weechat_hashtable_set (buffer_props, "type", "free"); - weechat_hashtable_set (buffer_props, "localvar_set_type", "irc_list"); + weechat_hashtable_set (buffer_props, "localvar_set_type", "list"); weechat_hashtable_set (buffer_props, "localvar_set_server", server->name); weechat_hashtable_set (buffer_props, "localvar_set_channel", server->name); weechat_hashtable_set (buffer_props, "localvar_set_no_log", "1"); |