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

14 lines
432 B
Markdown
Raw Normal View History

2016-07-17 16:20:35 +02:00
Connects to an IRC server and sends a defined message.
### Configuration Options:
* **message** - Required - The message to send.
### Build Settings
* **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.