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

Userlist nicknames wasn't updated #21

Open Scrxtchy opened 7 years ago

Scrxtchy commented 7 years ago

Noticed this issue when autocomplete matched the nickname as it would be at some hours of the day, instead of the one that was currently in use in the chat buffer

Reported based off 9564b561764b687f67ed48457c9aee7d1d2ee336 have since pulled, unsure if this would have any affect

creesch commented 7 years ago

Odd, it acts on users changing nicknames and all that.

I'll look into it, it might just have to do with discord sometimes crapping out....

creesch commented 7 years ago

Actually, I think I might have fixed this with the latest commits (including the one I did just now). If after updating it still occurs let me know. I might have to build in a periodic check on some of these things.

Scrxtchy commented 7 years ago

Nah, still appears to be an issue

Still haven't pulled some changes made overnight though...

creesch commented 7 years ago

Okay, let me know when you have pulled those and if it still occurs. It is a bit hard for me to actively notice since I am mostly active on servers that don't have that many nickname changes.

I'll start thinking about a solution.

creesch commented 7 years ago

Noticed it several times myself now. Just have been swamped in my time available to spend on hobby projects like this. Hopefully I can fix it this weekend.