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

adminchannel: allow non-op .topic in -t channels #1981

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

half-duplex
Copy link
Member

@half-duplex half-duplex commented Nov 1, 2020

Description

Allow .topic for all users in channels without +t set.
Keeps topic mask related things op-only.

Depends on #1980. Improved with #1982. Fixes #1842.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make quality and make test)
  • I have tested the functionality of the things this change touches

@half-duplex half-duplex added Low Priority Bugfix Generally, PRs that reference (and fix) one or more issue(s) labels Nov 1, 2020
@half-duplex half-duplex added this to the 7.1.0 milestone Nov 1, 2020
Copy link
Member

@dgw dgw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awaiting rebase of parent PR #1980. I could see adding an event listener for 482 ERR_CHANOPRIVSNEEDED in case of race conditions or non-standard IRCd implementations, but doesn't have to be in this PR. It might be complicated, since 482 is a generic error reply, not specific to TOPIC commands.

@half-duplex half-duplex force-pushed the topic-mode branch 3 times, most recently from 82bec94 to 1fde7d1 Compare January 12, 2021 23:05
@dgw
Copy link
Member

dgw commented Jan 17, 2021

@half-duplex To conserve Travis build minutes, please hold off on updating/rebasing this PR until #1980 is merged.

@dgw dgw merged commit 6b4d70e into sopel-irc:master Jan 23, 2021
@half-duplex half-duplex deleted the topic-mode branch January 23, 2021 21:43
@half-duplex half-duplex restored the topic-mode branch May 14, 2023 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) Low Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Topic command expects that bot needs to be a channel operator
2 participants