ArchiveTeam / ArchiveBot

ArchiveBot, an IRC bot for archiving websites
http://www.archiveteam.org/index.php?title=ArchiveBot
MIT License
357 stars 71 forks source link

Notify IRC channel on pipeline changes #406

Closed JustAnotherArchivist closed 5 years ago

JustAnotherArchivist commented 5 years ago

Fixes #332

Unfortunately, due to the simple implementation (no real memory, only inside the bot), the entire list of pipelines is announced to the channel when the IRC bot starts up. In other words, there'll be some spam after bot reboots. But I consider that the lesser evil compared to not being able to tell what pipeline an ID corresponds to down the line, and it can be fixed in the future if it becomes a problem. Fortunately, we don't need to restart the bot very often.