discordIRCd icon indicating copy to clipboard operation
discordIRCd copied to clipboard

Make channels we don't have send message perms to +m

Open Chew opened this issue 7 years ago • 3 comments

If we can't speak in a channel, don't let the user be able speak on irc

Chew avatar Feb 20 '18 17:02 Chew

That is actually rather difficult to figure out as it would mean checking out all permissions of all roles and figuring out what role ranks higher.

The discord api doesn't make that easy to figure out.

creesch avatar Feb 20 '18 20:02 creesch

This is actually doable and I'm working on it

rctgamer3 avatar Oct 14 '20 19:10 rctgamer3

Was not expecting a response on this issue lol. Glad to see this slowly become un-dead. If possible, looks like you can check to see if you have READ and SEND messages to a specified channel. JDA has a method for it, so unless they do hacky things to figure it out, it might be in the API.

Chew avatar Oct 14 '20 20:10 Chew