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

irc: use key when /join-ing in open channel buffer

This commit is contained in:
Simmo Saan
2018-09-09 20:37:30 +03:00
committed by Sébastien Helleu
parent de3ee174e4
commit 6edc88f7d6
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1952,7 +1952,7 @@ IRC_PROTOCOL_CALLBACK(kick)
IRC_SERVER_OPTION_AUTOREJOIN_DELAY) == 0)
{
/* immediately rejoin if delay is 0 */
irc_channel_rejoin (server, ptr_channel);
irc_channel_rejoin (server, ptr_channel, 0, 1);
}
else
{