insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
192 stars 19 forks source link

Members of private channels and threads not shown #182

Open zachdecook opened 2 years ago

zachdecook commented 2 years ago

Members for DMs and public channels show, but for private channels and threads, the members are not shown.

zachdecook commented 2 years ago

I have this issue with senpai: Only things starting with "#" or "&" are classified as channels (chantypes). "@+" are prefixSymbols.

We should send a CHANTYPES message so it knows that @ and + are valid symbols for channels.

Oh, we are sending CHANTYPES, but senpai is reading it as an error:

Received corrupt message          
":localhost 005 zach.decook       
CHANTYPES=#@&+": expected at least
3 params, got 2