discordIRCd
discordIRCd copied to clipboard
Better handling of Claimed Account restricted guilds
When connecting to a guild in IRC that has a claimed account restriction with an unclaimed account, this error is thrown
(node:22110) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot set property 'discordDisplayName' of undefined
data: QUIT :Leaving
An interesting alternative is to have your name as your username+descriminator, and have all channels as voiced only/read only
I have no idea what "claimed account restriction" is, can you explain a bit more?

Hrm... but joining those servers is done from discord itself. DiscordIRCd doesn't have support for joining servers you are not yet in. So I am not exactly sure how this can cause issues?
It is honestly also not something I am planning to integrate in the short term since most people will be joining through an invite link anyway.
Works fine though?
I can read messages, and even join voice chat

Oh... right it is read only...
Gotcha, I guess I should account for that.
This is no longer relevant as Discord seemingly no longer exposes this kind of functionality to discord.js