summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-07-31 12:29:49 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-07-31 12:29:49 +0000
commit10d7c6c34aa632ed5403ba87faefbfcf44a78e5a (patch)
tree944130617bdff5d0a494459bc8e1f5a5786999d7 /src
parent38fa7c93ac3d35b2c895ee178add06718442e1ca (diff)
downloadweechat-10d7c6c34aa632ed5403ba87faefbfcf44a78e5a.zip
Fixed refrech bug when changing channel modes
Diffstat (limited to 'src')
-rw-r--r--src/irc/irc-recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c
index 010858782..1e831c9f0 100644
--- a/src/irc/irc-recv.c
+++ b/src/irc/irc-recv.c
@@ -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
{