Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irc: fix buffer switching on manual join for forwarded channels #876

Merged
merged 1 commit into from Jan 1, 2017

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Dec 31, 2016

Previously using option values

	irc.look.buffer_open_before_join off
	irc.look.buffer_switch_join on

and manually joining a channel which gets forwarded (e.g. #linux##linux-overflow on freenode) the channel buffer for ##linux-overflow was not switched to even though the option says it should
have.

This patch copies manual join and noswitch information for channels which get forwarded.

Previously using option values
	irc.look.buffer_open_before_join off
	irc.look.buffer_switch_join on
and manually joining a channel which gets forwarded
(e.g. #linux -> ##linux-overflow on freenode) the channel buffer for
##linux-overflow was not switched to even though the option says it should
have.

This patch copies manual join and noswitch information for channels which
get forwarded.
@flashcode flashcode added the bug Unexpected problem or unintended behavior label Dec 31, 2016
@flashcode flashcode self-assigned this Jan 1, 2017
@flashcode flashcode merged commit 2087ec2 into weechat:master Jan 1, 2017
flashcode added a commit that referenced this pull request Jan 1, 2017
@flashcode
Copy link
Member

Thanks!

@flashcode flashcode added this to the 1.7 milestone Jan 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants