huby

Child of hubot, likes to run on IRC ;)

Stars
2
Committers
2

Huby

This is a version of GitHub's Campfire bot, hubot. He's pretty cool.

Bringing this bot to life:

# After cloning the repo.

$ npm install

Edit the start.sh as per your need:

export HUBOT_IRC_SERVER=irc.freenode.net
export HUBOT_IRC_ROOMS="#perl-cats"
export HUBOT_IRC_NICK="huby"
export HUBOT_IRC_UNFLOOD="true"
./bin/hubot -a irc --name huby

Run it forever ;)

hup bash start.sh > bot.log 2>&1 &

Enjoy!