php-censor/docs/en/plugins/irc.md
2016-07-17 20:32:51 +06:00

14 lines
432 B
Markdown

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.