mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -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:
parent
d700521273
commit
3845518b3a
@ -455,7 +455,7 @@ static void print_nick_change(SERVER_REC *server, const char *newnick,
|
|||||||
|
|
||||||
msgprint = FALSE;
|
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. */
|
Don't print more than once to the same window. */
|
||||||
windows = NULL;
|
windows = NULL;
|
||||||
for (tmp = server->channels; tmp != NULL; tmp = tmp->next) {
|
for (tmp = server->channels; tmp != NULL; tmp = tmp->next) {
|
||||||
|
Loading…
Reference in New Issue
Block a user