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

Commits on Dec 31, 2016

  1. irc: fix buffer switching on manual join for forwarded channels

    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.
    sim642 committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    b30c678 View commit details
    Browse the repository at this point in the history