nicholasf / spoonbot

Spoonbot - an IRC bot written in Elixir with a simple command syntax.
16 stars 6 forks source link

Create a configuration layer #1

Closed nicholasf closed 10 years ago

nicholasf commented 10 years ago

Our config should:

bitwalker commented 10 years ago

A couple of TODOs around this as well:

I'll revisit my current IRC bot implementation and see if there are some useful things baked in there, but we're probably better off starting from scratch and base our ideas entirely around spoonbot's intended use case.

nicholasf commented 10 years ago

I'm working on a config DSL that reads from exs right now. It's an experiment but we'll see how that shapes up.

nicholasf commented 10 years ago

I've been working on this, hope to have something by the end of the weekend: https://github.com/nicholasf/conf