mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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:
parent
fbda75f3b4
commit
777349ecc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue