lloyd / ircloggr

A system for producing web accessible IRC logs, in node.js.
http://irclog.gr
ISC License
34 stars 10 forks source link

re-read config on HUP and optimally connect #22

Closed lloyd closed 12 years ago

lloyd commented 12 years ago

More and more folks want to use ircloggr. connecting up to chat rooms takes some time and we miss utterances. Ideally a config file update and a HUP would cause irclogger to attach to new rooms.

lloyd commented 12 years ago

done, but we also moved to heroku, which seems to always want a hard restart on config change. oh well.