https://github.com/linyows/wercker-step-ikachan
Send a message to an IRC channel by ikachan.
https://github.com/linyows/wercker-step-ikachan
Last synced: 28 days ago
JSON representation
Send a message to an IRC channel by ikachan.
- Host: GitHub
- URL: https://github.com/linyows/wercker-step-ikachan
- Owner: linyows
- Created: 2014-02-13T03:24:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T05:57:24.000Z (about 11 years ago)
- Last Synced: 2025-04-03T13:00:36.979Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wercker Step Ikachan
====================Send a message to an IRC channel by ikachan.
[][wercker]
[wercker]: https://app.wercker.com/project/bykey/f9e24f552ca60191bf2b2309ee701ab7Options
-------- `server` (required) - The hostname or ip address of the ikachan server.
- `port` (required) - The port of the ikachan server.
- `channel` (required) - The channel that the message will be send to. Do not include '#' sign.
- `passed-message` (optional) - Use this option to override the default passed message.
- `failed-message` (optional) - Use this option to override the default failed message.
- `on` (optional, default: always) - Possible values: `always` and `failed`.Example
-------```yaml
build:
after-steps:
- linyows/ikachan:
server: your.ikachan.com
port: 4979
channel: yourchannel
```License
-------The MIT License (MIT)