Setup CraftIRC Configuration

In the following example(s) we will be showing how to set up CraftIRC configuration to send chat to ChannelChat channels.

There will be one IRC channel "#channel" (tagged 'channel1') and one ChannelChat channel "General" (tagged 'cc-general').

Setup for CraftIRC 3.9+

settings:
  auto-paths: false # Tells CraftIRC to only send to configured "endpoints"
bots:
  - nickname: 'bot1'
    channels:
      - name: '#channel'
        tag: 'channel1'
paths:
  - source: 'channel1' # Sends IRC chat -> Channel chat "general" channel
    target: 'cc-general'
  - source: 'cc-general' # Sends general channel -> IRC chat
    target: 'channel1'