The ninth iteration of the ElrosBot project.
Clone the repo
From within the project directory, run
bundle exec ruby rubybot.rb
- Fork it ( https://github.com/robotbrain/rubybot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
{
"owner": "######",
"bot": {
"server": "irc.esper.net",
"channels": [
"#example"
],
"nick": "#######",
"realname": "#######",
"sasl.username": "######",
"sasl.password": "######",
"user": "ElrosGem"
},
"github_orgs": {
"organisation_name": ["#example"]
},
"github_linker": {
"#Channel": {
"ORG/REPO": [ //Automatic alias for ORG/REPO and REPO
"alias" //alias#1
"" //For just #1
],
"ORG/REPO2": [
"repo2" //alias#1
]
}
}
}