totallymike / ircnode

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

bin/app.js to look for uninstalled source library #37

Closed sigv closed 12 years ago

sigv commented 12 years ago

Currently the bin/app.js file only works if IRC Node has been installed. This should not be the case in my opinion, mostly for quick testing while developing. The code will first look for the uninstalled library as the point of this is to use it when available and having it look for IRC Node using require('ircnode') will result in it returning the installed module.

sigv commented 12 years ago

Closing the pull issue as this can actually be (and should be) done with npm link.