nicholasf / spoonbot

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

Configurable bridges. #9

Open nicholasf opened 10 years ago

nicholasf commented 10 years ago

It'd be nice to have more bridges for the bot. They should be configurable.

nicholasf commented 10 years ago

And they should be wrapped by OTP.

nicholasf commented 10 years ago

Actually, bridges should become clients of gen_servers, and command execution should be a call to the gen_server so it can be supervised.