totallymike / ircnode

Extensible IRC bot written with node.js
https://github.com/totallymike/ircnode/wiki
MIT License
4 stars 2 forks source link

New configuration values missing #26

Closed sigv closed 9 years ago

sigv commented 12 years ago

When a new configuration value is added to the config file, it will currently be missing from the user's config if the user had the file before the values were added. In my opinion the config file should periodically be saved (just as users.json) and the values missing should be added to the irc.config object.

sigv commented 9 years ago

Closing due to old age as WONTFIX.