irc-slack icon indicating copy to clipboard operation
irc-slack copied to clipboard

Members of private channels and threads not shown

Open zachdecook opened this issue 2 years ago • 1 comments

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

zachdecook avatar Aug 22 '22 14:08 zachdecook

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                   

zachdecook avatar Aug 22 '22 21:08 zachdecook