collinvandyck / gesture

an irc bot that does helpful things
MIT License
7 stars 5 forks source link

Make Gesture look like a Gobot #2

Closed blinsay closed 11 years ago

blinsay commented 11 years ago

A fairly big overhaul of Gesture based on some of the idea we talked about on Friday. There's some ideas in here borrowed from Hubot, and some of our own design. The most notable thing is the the plugin interface, which now just by convention tries to call plugin.Create(bot *core.Gobot).

collinvandyck commented 11 years ago

Looks great, thanks :) I really dig the plugin registration as well as the overall structure of things. It's good to have nice things.