diff --git a/src/fe-common/core/chat-completion.c b/src/fe-common/core/chat-completion.c index 783f10a7..28a9017f 100644 --- a/src/fe-common/core/chat-completion.c +++ b/src/fe-common/core/chat-completion.c @@ -602,7 +602,6 @@ static void sig_complete_word(GList **list, WINDOW_REC *window, /* nick completion .. we could also be completing a nick after /MSG from nicks in channel */ complete_window_nicks(list, window, word, linestart); - if (list != NULL) *want_space = FALSE; } if (*list != NULL) signal_stop();