PurpleIRC-spigot icon indicating copy to clipboard operation
PurpleIRC-spigot copied to clipboard

Discord bridge chat send to irc

Open 123DMWM opened this issue 8 years ago • 13 comments

  • irc-discord-chat enables irc messages to be sent to the discord channel, but not the other way around.

123DMWM avatar Dec 09 '16 03:12 123DMWM

Im having the exact same problem. Im unsure whats causing this

popcorn9499 avatar Dec 18 '16 02:12 popcorn9499

Have you tried to add "discord-chat" to the enabled-messages section of the bot yml? Can I see the debug log if it's not working correctly?

cnaude avatar Dec 18 '16 03:12 cnaude

it works on discord srv v11 but not on v12.3 will update with debug log shortly

popcorn9499 avatar Dec 18 '16 04:12 popcorn9499

This is the log file That should give you everything you need to know. Tell me if you would like the log without the other plugins to make it easier to read. Hope this helps

popcorn9499 avatar Dec 18 '16 04:12 popcorn9499

The debug log helps a lot. According to the log it can't find the discord channel by name. Would you mind trying the latest dev build? It has some additional debugging that may help.

cnaude avatar Dec 18 '16 05:12 cnaude

additional logs This should help.

popcorn9499 avatar Dec 18 '16 05:12 popcorn9499

testing on version 11 of discord srv. the purple irc hook seemed to be pulling chat from all the channels in discord as well. Im unsure if these issues are related or not.

popcorn9499 avatar Dec 18 '16 06:12 popcorn9499

I was able to replicate the issue on my test server. I'll let you know when I have a fix.

cnaude avatar Dec 18 '16 19:12 cnaude

Please try https://h.cnaude.org/jenkins/job/PurpleIRC-spigot/262/

cnaude avatar Dec 18 '16 19:12 cnaude

Discordsrv Push's messages to the IRC from purple irc now but still pulls from all the channels it has read access to from discordsrv

popcorn9499 avatar Dec 22 '16 19:12 popcorn9499

@popcorn9499 what message types are in your bot's enabled-messages section?

cnaude avatar Dec 23 '16 05:12 cnaude

This is what I've got enabled in the bots message section http://pastebin.com/Fy8wWc1n

popcorn9499 avatar Dec 23 '16 19:12 popcorn9499

@popcorn9499 discord-chat is a catch-all message type. If you only want messages from a specific channel use discord-CHANNEL-chat and replace CHANNEL with the channel in discord.

cnaude avatar Dec 23 '16 20:12 cnaude