php-censor/docs/en/plugins/irc.md
2017-01-04 19:22:20 +07:00

470 B

Plugin IRC

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.