From 3845518b3a8e0da42f75abf36120cf53e52ff2aa Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 16 Jun 2007 14:50:05 +0000 Subject: Fix comment. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/fe-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/core/fe-messages.c b/src/fe-common/core/fe-messages.c index 82ca4dc4..d9f77e28 100644 --- a/src/fe-common/core/fe-messages.c +++ b/src/fe-common/core/fe-messages.c @@ -455,7 +455,7 @@ static void print_nick_change(SERVER_REC *server, const char *newnick, msgprint = FALSE; - /* Print to each channel/query where the nick is. + /* Print to each channel where the nick is. Don't print more than once to the same window. */ windows = NULL; for (tmp = server->channels; tmp != NULL; tmp = tmp->next) { -- cgit v1.2.3