From 5e326f51c58e500285ea3daee91986ee1ea518eb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Nov 2013 13:24:42 +0100 Subject: sandbox -> .graveyard --- sandbox/roboctl/index.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sandbox/roboctl/index.js (limited to 'sandbox/roboctl/index.js') diff --git a/sandbox/roboctl/index.js b/sandbox/roboctl/index.js deleted file mode 100644 index ac92c969..00000000 --- a/sandbox/roboctl/index.js +++ /dev/null @@ -1,18 +0,0 @@ - -nick = /(^|\n) *Name *= *(\S*) *($|\n)/ - .exec(require('fs').readFileSync('/etc/tinc/retiolum/tinc.conf'))[2]; - -var config = { - "nick": nick + '-krebs', - "server": "irc.freenode.net", - "port": 6667, - "channel": "#tincspasm" -}; - -irc = require('./lib/irc').createClient(config); - -// TODO call back when joined -irc.connect(function () { - console.log('like a boss: ' + nick); - //irc.write(); -}); -- cgit v1.2.3