totallymike / ircnode

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

Automatically create required files #4

Closed sigv closed 12 years ago

sigv commented 12 years ago

The configuration files and folders the bot requires should be automatically created if they do not exist instead of just failing.

sigv commented 12 years ago

The changes have been added to a pull request (#8) and are awaiting confirmation.

totallymike commented 12 years ago

Having doubts about this one. A default configuration could quietly lead the bot to a dangerous state. We'll have to come up with some pretty solid warnings or walk the user through initializing the config/users file.

sigv commented 12 years ago

I believe the configuration files could be set to default to freenode #bots room. After creating the configuration files the bot should stop and output information or a link to the documentation of the configuration file setup. Do you agree?

totallymike commented 12 years ago

I like that solution.

sigv commented 12 years ago

Do you believe that I can merge this into master or do you believe more changes are necessary?

sigv commented 12 years ago

Closing issue as pull request #11 has done this.