Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 470 Bytes

irc.md

File metadata and controls

19 lines (13 loc) · 470 Bytes

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.