Skip to content

arlingtonruby/radbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadBot

To deploy to heroku, run:

gem install heroku
heroku create --stack cedar
git push heroku master
heroku scale web=0
heroku scale bot=1

RadBot needs to know his enviroment:

heroku config:add IRC_ENV="production"
heroku config:add IRC_SERVER="irc.freenode.com"
heroku config:add IRC_CHAN="#arlingtonruby"
heroku config:add IRC_USER="radbot"
heroku config:add IRC_NICK="radbot"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%