phpoxford / spires

Spires IRC bot
MIT License
1 stars 4 forks source link

Plugin ideas #16

Open martindilling opened 8 years ago

martindilling commented 8 years ago

Useful:

martindilling commented 8 years ago

If you're adding to the original issue, can you write a comment with it here too? GitHub doesn't show edits apparently, not even when it's done by people other than the author xD

garethellis36 commented 8 years ago

Didn't realize that. I added Github feed, 3v4l, PHP docs and TLDR to the "Useful" section.

liquorvicar commented 8 years ago

Added: Different modes (e.g. Christmas mode, gumpy mode) Imitating regular members of the channel

olorton commented 8 years ago

Added:

olorton commented 8 years ago

Added: Give a nice warm friendly welcome to nicks not seen before

olorton commented 8 years ago

Added: Replace Githubs webhook to IRC with something nicer

martindilling commented 8 years ago

Added: Database and Chat log Not sure how we're going to get that working, but would be nice if whose could be added as plugins, and make features available to other plugins.

ascii-soup commented 8 years ago

That raises an important point about how (and if) we're going to enable interaction between plugins. How can other plugins use information from the Chatlog plugin? (for example)

olorton commented 8 years ago

I wonder if a plugin could register a callback that other plugins could utilise.

martindilling commented 8 years ago

Added: Statistics tracking (top posters, longest-lived lurkers, etc.)

I'm not really sure how it would work with the interaction between plugins, but it would good with a way to handle that.