Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
join travis as well
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 12, 2011
1 parent cb7efaf commit a414cd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ircretary.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var irc = require("./node_modules/irc")
, options = { server : "irc.freenode.net"
, nick : nick
, channels : ["#node.js", "#isaacs-testing", "#node", "#nodejs"
,"#joyent", "#libuv"]
,"#joyent", "#libuv", "#travis", "#travis-ci"]
, userName : "ircretary"
, realName : "ircretary"
}
Expand All @@ -23,7 +23,9 @@ client.lastSeen = {}
client.redirects =
{"#nodejs" : "#node.js"
,"#node" : "#node.js"
,"#travis-ci": "#travis"
}

try {
var mem = JSON.parse(""+fs.readFileSync(process.env.HOME+"/memory.json"))
;["notes","watches","admins","lastSeen","redirects"].forEach(function (m) {
Expand Down

0 comments on commit a414cd8

Please sign in to comment.