Sha256: 3f8745e58d5d50574256199f59f62e9ec002f40984cd2282f948a14c467e4728
Contents?: true
Size: 649 Bytes
Versions: 16
Compression:
Stored size: 649 Bytes
Contents
Plugin Name =========== This plugin interfaces with the irccat IRC bot (https://github.com/RJ/irccat) Gem Requirements ---------------- This plugin has no gem requirements.` Hooks ----- - `after_promote` Configuration ------------- ```yaml plugins: irccat: server: irc.example.com port: 54 channels: - #chef - #knife gist: "/usr/bin/gist" ``` #### server The url of the IRC server. - Type: `String` #### port The port of the IRC server. - Type: `String` #### channels The channels to post to. - Type: `Array` #### gist Optional path to gist binary installed by https://rubygems.org/gems/gist - Type: `String`
Version data entries
16 entries across 16 versions & 1 rubygems