1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

Fix comment.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-06-16 14:50:05 +00:00 committed by exg
parent d700521273
commit 3845518b3a

View File

@ -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) {