1 Irc plugin
Dan Cryer edited this page 2013-10-17 02:59:21 -07: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.