creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
116 stars 21 forks source link

Channel List is blank #1

Open Scrxtchy opened 7 years ago

Scrxtchy commented 7 years ago

I've followed your instructions, but I don't believe I'm doing it entirely correctly My token is being accepted, and I used what I believe should be the correct guild id via /PASS (in my example 157745176616501248)

My username matches authentication and I'm connected to the irc fine, but using /list returns no channels

My debug looks a little like this

creesch commented 7 years ago

That is correct, that bit isn't implemented yet.

You will be able to join channels though.

I'll work on implementing it tomorrow.

Scrxtchy commented 7 years ago

Ahh, no worries then. Keep up the great work!

creesch commented 7 years ago

Okay. I partially implemented this with this commit https://github.com/creesch/discordIRCd/commit/8370da223256c557d895bd3c714c8421e6384d40

However it seems that the discord api always returns all channels and not just the channels the user currently is in. So I will still need to look into that.

It also just does LIST without parameter filtering as I figured that most discord servers don't have enough channels to invest time in filtering it.