gdamjan / erlang-irc-bot

A simple extendable irc bot in Erlang
http://github.com/gdamjan/erlang-irc-bot/wiki
MIT License
80 stars 25 forks source link

Erlang application and supervisor #29

Closed gdamjan closed 4 years ago

gdamjan commented 13 years ago

A combined Erlang app + supervisor to manage several bot instances (several FSMs):

· It should parse a single config file · the supervisor is globally registered · api for enumeratting the bot instances

gdamjan commented 13 years ago

mostly done in f738ba920ceffe24c1ac40cce835856aabb62a90 except for the app API