Skip to content

Commit

Permalink
make testing a tad easier
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperla committed Apr 24, 2012
1 parent fffa137 commit e8effd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.coffee
@@ -1,7 +1,7 @@
module.exports =
DEBUG: no
network:
server: 'irc.somenet.org'
server: process.argv[2] || 'irc.somenet.org'
nickName: 'tadpole'
userName: 'tadpole'
realName: 'http://github.com/jasperla/tadpole/'
Expand Down

0 comments on commit e8effd3

Please sign in to comment.