1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Fixed refrech bug when changing channel modes

This commit is contained in:
Sebastien Helleu
2005-07-31 12:29:49 +00:00
parent 38fa7c93ac
commit 10d7c6c34a
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -866,7 +866,7 @@ irc_cmd_recv_mode (t_irc_server *server, char *host, char *arguments)
if (ptr_channel)
{
irc_get_channel_modes (ptr_channel, arguments, host, pos, pos_parm);
gui_draw_buffer_status (ptr_channel->buffer, 0);
gui_draw_buffer_status (ptr_channel->buffer, 1);
}
else
{