summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-19 20:06:57 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-19 20:06:57 +0000
commit207916412882ddfa83be6a40ddc739c9d3032839 (patch)
tree19d882bf94388a7702a2c7f80946f7b450b07ce9 /src
parent3819189ef4c137ac4387fe0b7e7fb20314a994c3 (diff)
downloadirssi-207916412882ddfa83be6a40ddc739c9d3032839.zip
Actually, we do want to have the space after nick completion.. :) It's much
more often wanted than not, and I can't really think of any way to figure out if we want space or not. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2093 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r--src/fe-common/core/chat-completion.c1
1 files changed, 0 insertions, 1 deletions
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();