Skip to content

Commit

Permalink
Move classes into the lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Jan 29, 2013
1 parent b2ba16c commit a63ad16
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.js
Expand Up @@ -6,7 +6,7 @@
* @copyright Michael Owens 2011
*/
var sys = require('util'),
irc = require('./irc'),
irc = require('./lib/irc'),
pkgconfig = require('pkgconfig'),
argv = require('optimist').default('conf', 'config').argv; // alternative: nconf

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a63ad16

Please sign in to comment.