1
0
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:
Sebastien Helleu
2006-12-08 15:22:44 +00:00
parent a1bc5ce60f
commit 59158c48d3
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -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);