1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

irc: fix refresh of nick in input bar when joining a new channel with op status (bug #38969)

This commit is contained in:
Sebastien Helleu
2013-05-12 16:06:53 +02:00
parent 19ed7740b1
commit 4ad5f7bbc9
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -4127,6 +4127,8 @@ IRC_PROTOCOL_CALLBACK(366)
if (ptr_channel)
weechat_hashtable_set (ptr_channel->join_msg_received, command, "1");
weechat_bar_item_update ("input_prompt");
return WEECHAT_RC_OK;
}