mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
Fix comment.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d700521273
commit
3845518b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue