Drone plugins > IRC
The IRC plugin can be used to send notifications to an IRC channel.
Example
kind: pipeline
name: default
steps:
- name: irc
image: plugins/irc
settings:
nick: drone-bot
channel: #my-awesome-project
host: irc.example.com
port: 6667
Properties
nick
stringoptionalnickname used by bot
Default: drone{random-number}
channel
stringoptionalchannel to post message in
Default: none
recipients
stringoptionalrecipient
Default: none
host
stringoptionalirc server host
Default: none
port
stringoptionalport
Default: 6667
password
stringoptionalpassword
Secret recommendedDefault: none
sasl-password
stringoptionalsasl-password
Secret recommendedDefault: none
enable-tls
booleanoptionalenable tls
Default: false
use-sasl
booleanoptionaluse use-sasl
Default: false