kenany / nwitch

A simple, pluggable IRC bot.
https://github.com/nwitch
MIT License
7 stars 0 forks source link

Plugin system #9

Closed kenany closed 10 years ago

kenany commented 11 years ago

Many IRC bots are modular, and this looks like the best route for nwitch to take. Theoretically, nwitch could simply become a set of plugins on top of an existing IRC bot, but I haven't found a bot that appeals to me.

How it might work

[nwitch-censor]
enabled = true
blacklist = ["meanie", "hate"]
kenany commented 10 years ago

Mostly implemented in 0.3.0, just need to figure out the config stuff.