creesch / discordIRCd

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

Urls end up as 'http' for other users #37

Open MiniDigger opened 6 years ago

MiniDigger commented 6 years ago

Whenever I send an url (for example 'https://google.com' )other users on the server just see 'http'.

creesch commented 6 years ago

Oh that is really odd as discordIRCd doesn't do anything specific with urls. Do you have some more information?

MiniDigger commented 6 years ago

Not really sure what I could provide you with... It's like that for every server I am in, it does that for every URL (http or https, domain doesn't matter too). Nothing in the console. I am running latest master. I would blame discord here, maybe it's some kind of spam filter to prevent bots from spamming URLs? Maybe URLs need to be encoded differently than normal messages?

Volkor3-16 commented 5 years ago

I'm getting this issue too, DEBUG mode doesn't say anything interesting. However you can work around this by putting at least one character and then a space before the link.

so in my case, I put this in IRC. ". https://google.com/"

rctgamer3 commented 3 years ago

Does this still occur? Can you check with the latest version?