php-censor/docs/en/plugins/irc.md

20 lines
470 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin IRC
2017-01-04 13:22:20 +01:00
==========
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
Connects to an IRC server and sends a defined message.
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Options
2016-07-17 16:20:35 +02:00
* **message** - Required - The message to send.
2016-07-19 11:12:28 +02:00
#### Build Settings
2016-07-17 16:20:35 +02:00
* **irc** - All child properties are required
* **server** - IRC server to connect to.
* **port** - IRC server port, defaults to 6667.
* **room** - The room you wish to send your message to (must start with a #)
* **nick** - The nickname you want the bot to use.