-
Notifications
You must be signed in to change notification settings - Fork 9
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] Channel-specific Boosts #15
Comments
If the BoostIRC install instructions are followed and a user runs BoostIRC from their node they can get node-specific IRC notifications. BoostBot (the mastodon bot) was designed to catch all the shows that opt in and toot their boosts over fedi. Right now the IRC bot in Podcasting 2.0 channel is merely relaying the mastodon boosts. If Adam or Dave were to follow the README for setting up the BoostIRC they'd be able to get just their own boosts coming in....given that the node they install it on to watch isn't also getting boosts for other shows too. |
I understand that, and running it themselves would also avoid the less than minimum sat splits getting lost in the ether, but the IRC module should likely still have some sort of filtering enabled, there are hosts with nodes that appear on multiple podcasts, yourself included 🙂, and it'd be nice to have those announcements go to the proper IRC channels |
Thanks @cottongin I think this is a good idea. @SpencerPearson is right too but I don't mind adding something for this if we can think of a good way to do it. Might be kinda tricky to do cleanly. One of the problem is that boosts might be missing fields. The fields that could identify the podcast are I am thinking of adding a flag boostirc \
--irc-channel-map '#noagenda' podcast 'No Agenda' \
--irc-channel-map '#noagenda' feedID 41504 \
--irc-channel-map '#noagenda' url http://feed.nashownotes.com/rss.xml \
--irc-channel-map '#podcasting20' podcast 'Podcasting 2.0' \
--irc-channel-map '#podcasting20' feedID 920666 \
--irc-channel-map '#podcasting20' url 'http://mp3s.nashownotes.com/pc20rss.xml' \
// ... |
This seems a natural feature to leverage the podcast:chat tag |
As currently implemented, ANY show that adds BoostBot to their splits gets to use BoostBot's functionality but there's currently no "filter" for the IRC module, meaning ANY channel the bot is in receives notification on ANY boost for ANY show. There's some low-hanging fruit here to adjust this so that only the show the channel is for receives their boost messages, I'm just not sure how to best implement it.
Example:
The text was updated successfully, but these errors were encountered: