1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-20 05:13:37 -04:00

!channels weren't rejoined to correct window after reconnect/cycle.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2928 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-09-18 17:02:58 +00:00 committed by cras
parent fbda75f3b4
commit 777349ecc1

View File

@ -86,7 +86,7 @@ static void sig_disconnected(SERVER_REC *server)
CHANNEL_REC *channel = tmp->data;
window = window_item_window((WI_ITEM_REC *) channel);
window_bind_add(window, server->tag, channel->visible_name);
window_bind_add(window, server->tag, channel->name);
}
}