Drone 插件市场 > IRC
IRC
by drone-plugins
NoneIRC 插件可用于向 IRC 频道发送通知。
YAML 配置示例
kind: pipeline
name: default
steps:
- name: irc
image: plugins/irc
settings:
nick: drone-bot
channel: #my-awesome-project
host: irc.example.com
port: 6667
字段属性说明
nick
string可选项机器人昵称
默认值:drone{random-number}
channel
string可选项频道发布消息
默认值:none
recipients
string可选项受援国
默认值:none
host
string可选项irc 服务器主机
默认值:none
port
string可选项港
默认值:6667
password
string可选项暗号
推荐使用密钥 (Secret) 功能默认值:none
sasl-password
string可选项sasl-password
推荐使用密钥 (Secret) 功能默认值:none
enable-tls
boolean可选项启用 tls
默认值:false
use-sasl
boolean可选项使用
默认值:false