mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
irc: use key when /join-ing in open channel buffer
This commit is contained in:
committed by
Sébastien Helleu
parent
de3ee174e4
commit
6edc88f7d6
@@ -3040,8 +3040,7 @@ IRC_COMMAND_CALLBACK(join)
|
||||
if (ptr_channel && (ptr_channel->type == IRC_CHANNEL_TYPE_CHANNEL)
|
||||
&& !ptr_channel->nicks)
|
||||
{
|
||||
irc_command_join_server (ptr_server, ptr_channel->name,
|
||||
1, noswitch);
|
||||
irc_channel_rejoin (ptr_server, ptr_channel, 1, noswitch);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user