Skip to content

Commit

Permalink
Updating version pin to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyhillis committed Aug 28, 2014
1 parent 85e79a0 commit e1239f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ var config = {
},
users: {
'~irclogin': 'slackuser'
}
},
// optionals
silent: false // default
}
```

Expand All @@ -41,4 +43,5 @@ This will launch the bot in your terminal based on provided configuration.
- `token`: Your Slack API token
- `channels`: Map of IRC channel to Slack channel names, with optional password
- `users`: Map of IRC nick to Slack username
- `silent`: Set to true to stop IRC bot from speaking into the channel

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slack-irc-plugin",
"description": "Tracking an IRC channel directly into your slack channels.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jimmyhillis/slack-irc-plugin",
"author": {
"name": "Jimmy Hillis",
Expand Down

0 comments on commit e1239f8

Please sign in to comment.