1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Fix refresh of nick in input bar when switching IRC server

This commit is contained in:
Sebastien Helleu
2008-10-20 09:57:47 +02:00
parent 807895bd38
commit 213783b0c1
+1
View File
@@ -3137,6 +3137,7 @@ irc_command_server (void *data, struct t_gui_buffer *buffer, int argc,
}
}
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("input_prompt");
return WEECHAT_RC_OK;
}