Adapt for database and stateless library usage

Issue #6 resolved
Kit Barnes repo owner created an issue

As it stands we leak memory by storing everything in memory.

I propose we split the protocol module into protocol and model modules (model is optional to be honest, though perhaps useful as a draft interface for the database-backed store.

Comments (2)

  1. Kit Barnes reporter

    As of 4f32226 the protocol module does a perfectly adequate job of simply providing hooks. Combined with the bot module it's actually relatively easy to make IRC bots.

  2. Log in to comment