oddluck / limnoria-plugins

Limnoria plugins I wrote or forked.
Do What The F*ck You Want To Public License
39 stars 17 forks source link

Feature request: Configuration variable to allow SpiffyTitles to override reply.withnotice #60

Open inhahe opened 8 months ago

inhahe commented 8 months ago

I've seen a way to submit feature requests for some repositories, but I don't see it for this one, so I'll submit it as an issue.

I have my Limnoria bot in a specific channel where the ops prefer that the bot reply in notices, because the channel is full of trolls who like to abuse the bot, but they want the URL blurbs to be reported in channel, for obvious reasons (URL blurbs are practically useless if they're only sent back to the person who already knows what the webpage is, and also I think they're the feature people want/use from my bot more than anything else, so the requested feature might be useful to more people than just me). The only way I could do this is to modify the source of SpiffyTitles. This isn't ideal, of course, and also, if there were a configuration variable for this, I wouldn't have to worry about it changing when I upgrade SpiffyTitles.

It might also be good to be able to override reply.notices only on specific channels, since I only need to do it on that one channel, but on the other hand, that's the only channel where I have reply.withnotice set to True in the first place, so it doesn't really matter, at least in my case. (Or I guess Limnoria has a built-in way to make any configuration variable channel-specific? I'm hazy on that.)

Thanks.