MC -> IRC works. IRC -> MC doesn't. #6


  • New
  • Defect
Open
Assigned to _ForgeUser7474392
  • _ForgeUser2483237 created this issue May 8, 2012

    On my server I have three channels. Global chat, Moderator chat, and admin chat. The IRC channels are #chat, #moderator, and #admin respectively. My problem is that I can't talk from IRC to the respective channels, except global chat, that works fine. I can talk from minecraft to the desired channel, but not the other way. Any help? Let me know if you need more info. Thanks.

    Here is the code for the uIRCBridge config:

    uIRCBridge:
      bridges:
        bridge-chat: Global
        bridge-staff: Moderator
        bridge-admin: Admin

    and appropriate craftIRC sections:

    auto-paths: false

    channels:
          - name: '#chat'
            tag: 'channel-chat'
          - name: '#moderator'
            tag: 'channel-staff'
          - name: '#admin'
            tag: 'channel-admin'

    paths:
       - source: 'channel-chat'
         target: 'bridge-chat'
         formatting:
          chat: '%white%[%purple%IRC%white%]%sender%%foreground%: %message%'
       - source: 'channel-chat'
         target: 'console'
         formatting:
          chat: '[IRC] %sender%: %message%'
       - source: 'bridge-chat'
         target: 'channel-chat'
         formatting:
          chat: '%foreground%%prefix%%sender%%foreground%: %message%'
       - source: 'channel-staff'
         target: 'bridge-staff'
         formatting:
          chat: '%foreground%%prefix%%sender%%foreground%: %message%'
       - source: 'bridge-staff'
         target: 'channel-staff'
         formatting:
          chat: '%foreground%%prefix%%sender%%foreground%: %message%'
       - source: 'channel-admin'
         target: 'bridge-admin'
         formatting:
          chat: '%foreground%%prefix%%sender%%foreground%: %message%'
       - source: 'channel-admin'
         target: 'console'
         admin: true
       - source: 'bridge-admin'
         target: 'channel-admin'
         formatting:
          chat: '%foreground%%prefix%%sender%%foreground%: %message%'

  • _ForgeUser2483237 added the tags New Defect May 8, 2012
  • _ForgeUser7255224 posted a comment May 9, 2012

    Having similar problem (http://dev.bukkit.org/server-mods/uircbridge/tickets/5-chat-only-working-one-way/). Would really like to know what's going on. IRC was a huge part of our server before but is almost useless now.


    Edited May 9, 2012

To post a comment, please login or register a new account.