mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
Fixed bug with nick completion in command args (now uses option look_nick_completion_ignore)
This commit is contained in:
@@ -868,6 +868,7 @@ completion_build_list_template (t_completion *completion, char *template)
|
||||
break;
|
||||
case 'n': /* channel nicks */
|
||||
completion_list_add_channel_nicks (completion);
|
||||
completion->context = COMPLETION_NICK;
|
||||
break;
|
||||
case 'N': /* channel nicks and hosts */
|
||||
completion_list_add_channel_nicks_hosts (completion);
|
||||
|
||||
Reference in New Issue
Block a user