Skip to content

Commit

Permalink
Remove irc command, might be moved to a separate module later.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 31, 2015
1 parent 2f2d2fd commit 59a29d6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 471 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Move buildlight support to http://github.com/cliffano/nestor-buildlight
* Move ninjablocks support to http://github.com/cliffano/nestor-ninjablocks
* Display job status in lowercase
* Remove irc command

### 0.2.4
* Add create-view, update-view, and fetch-view-config commands
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ View Jenkins version number:

nestor ver

Start an IRC bot:

nestor irc <host> <channel> [nick]

View builds feed of all jobs:

nestor feed
Expand Down
108 changes: 0 additions & 108 deletions lib/irc.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"commander": "~2.6.0",
"cron": "~1.0.6",
"feedparser": "~0.15.3",
"irc": "~0.3.9",
"lodash": "~2.4.1",
"moment": "~2.9.0",
"request": "~2.51.0",
Expand Down
Loading

0 comments on commit 59a29d6

Please sign in to comment.