-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Topic command expects that bot needs to be a channel operator #1842
Comments
Rewriting our MODE tracking would be good to do for 7.1, now that we parse and expose ISUPPORT data. This would require adding real mode-tracking for channels, though; currently Sopel only pays attention to channel privileges. Disclaimer: This could get bumped to a later release depending on how long it takes to design the interface for plugins to access channels' MODE info. |
@Exirel Does this fruit seem low-hanging enough to get done for 7.1 yet, or do you wanna punt it? |
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Depends on sopel-irc#1980. Fixes sopel-irc#1842. [Skip CI] for now
Depends on sopel-irc#1980. Fixes sopel-irc#1842.
Description
Topic command expects that bot needs to be channel operator, even when the channel does not have +t mode set.
Reproduction steps
join a channel where +t is not set
Expected behavior
bot should be able to set the topic on a channel without +t even when it is not a channel operator
Environment
.version
: [c705f45]/version
: [oragono v2.0.0]The text was updated successfully, but these errors were encountered: