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

mIRC 7.47 error #32

Closed Spasman closed 6 years ago

Spasman commented 7 years ago

Any chance you'll work on getting this to work with mIRC? Or maybe you could give me a lead and I could try to fix it myself?

mIRC won't connect after verifying the username: http://i.imgur.com/tHTOWhk.png

(pardon the funny usernames)

it'd be rad to get my mirc bot into my discord server.

creesch commented 7 years ago

It should work on mirc actually, some people got it to work. I'll look up later what they did.

Spasman commented 7 years ago

youd be a life saver man. thanks.

Scrxtchy commented 7 years ago

just want to make sure since I'm not are you putting your chosen guildid into the server password?

Spasman commented 7 years ago

I figured it out. With servers that have passwords, I usually join using the -w parameter with the /server command in mIRC. But the script doesn't seem to like it when you put the -w, you only need the password. ex. /server 127.0.0.1 6667 discord server ID

Thanks a lot, works great!!!