discord-irc-sync
discord-irc-sync copied to clipboard
Python synchronization between IRC and Discord
We got an exception when a Discord user tried to send a long message: traceback ```text Apr 16 05:40:48 deb2 python[1681532]: [2023-04-16 05:40:48] [ERROR ] discord.client: Ignoring exception in on_message...
Here someone posted many line Discord side: https://logs.afpy.org/archives/2023/04/15 but not all of them were displayed IRC side. It would be nice to detect that and post the messages to a...
Logging FTW! Mentions from IRC to Discord already exists, but needs to access connected users thought explicit intents. These should also be enabled on the Discord development platform, that's why...
We tried `login: ...`, `@login: ...`, `@login#id: ...`, nothing triggers an HL discord side, any idea how it could be implemented?