jameswritescode / rubyserv

Ruby IRC Services
MIT License
3 stars 1 forks source link

Change plugin DSL? #11

Open jameswritescode opened 9 years ago

jameswritescode commented 9 years ago

It might be better to do plugins more like cinch does rather then what I'm doing right now with blocks, for reasons like returns not working in blocks, etc. Spilled too much sugar.

jameswritescode commented 9 years ago

After consideration, I'm pretty sure I'd like to go more the direction that cinch did and start using methods and just use match /regex/, method: :method_name. Blocks sounded cool at first but now it's more of a hindrance.