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: use key when /join-ing in open channel buffer #1260

Closed
wants to merge 2 commits into from

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Oct 5, 2018

When a channel buffer is open because it was previously joined, but now has been /part-ed or kicked, the buffer stays open. Running /join in it joins to that open channel buffer again. This change makes that /join call automatically use the known channel key if it's known to weechat, e.g. was used when first joining that channel.

Really reusing the known channel key could go even further, e.g. when joining that same channel specifically by name also. This doesn't include that because that would require more complex logic in the JOIN command sending to splice in the correct keys for the correct channels and possibly reorder them to match things up properly.

Happy Hacktoberfest!

@flashcode flashcode added the feature New feature request label Oct 6, 2018
@flashcode flashcode closed this in b9cc0cf May 18, 2023
@flashcode
Copy link
Member

Thanks, merged!

@flashcode flashcode self-assigned this May 18, 2023
@flashcode flashcode added this to the 4.0.0 milestone May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants