You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thanks for the great package I really appreciate your work.
I have a strange problem when joining channels in servers, I have two scenarios :
first scenario
create my own discord server
create a test channel in the server
add another account of mine to that server
add the channel in IRC client using chat add discord !CHAT_NUM #mydiscordchannel
join the channel using /join #mydiscordchannel
messages from my other account in this server can be read from the IRC client normally.
second scenario
join a discord server (e.g. python server)
add a channel chat add discord !CHAT_NUM #python-general
join the channel /join #python-general
messages from other users in this channel doesn't show in the IRC client, when checking my messages in the channel they are there and there are some people who replied to me.
I have tested this with multiple public servers but most of them did what described in the second scenario.
The text was updated successfully, but these errors were encountered:
You can try running bitlbee in debug mode and see if the messages are comming. If they don't there also might be clues in the logs during chanel join/sync.
first of all, thanks for the great package I really appreciate your work.
I have a strange problem when joining channels in servers, I have two scenarios :
first scenario
chat add discord !CHAT_NUM #mydiscordchannel
/join #mydiscordchannel
messages from my other account in this server can be read from the IRC client normally.
second scenario
chat add discord !CHAT_NUM #python-general
/join #python-general
messages from other users in this channel doesn't show in the IRC client, when checking my messages in the channel they are there and there are some people who replied to me.
I have tested this with multiple public servers but most of them did what described in the second scenario.
The text was updated successfully, but these errors were encountered: