Skip to content

doothings/doothings-ircbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doothings-bot

bot for #doothings on freenode

Instructions for deploying on Heroku

Clone the repo. Change the name doobot to name of your bot. Below is an example of deploying doobot on heroku.

heroku create doobot --stack cedar
git push heroku master
heroku config:add HUBOT_IRC_SERVER="irc.freenode.net"
heroku config:add HUBOT_IRC_ROOMS="#doothings"
heroku config:add HUBOT_IRC_NICK="doobot"
heroku config:add HUBOT_IRC_DEBUG="true"
heroku ps:scale app=1

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 99.3%
  • Shell 0.7%