-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all users in nick list #212
Comments
Wanted to comment to say I have this same problem, except it doesn't stop at a letter and I have users from A-Z in the list. It just seems to randomly not include a bunch of active users or even users who replied to me. Because of that I can't @ them or ping them, because they don't appear in the nick list and don't translate from the @ or the highlight to the non-existent user. |
Could this be your irc client's limit on number of nicks presented? The first thing to check would be running bitlbee in debug mode (see readme) and looking if any missing users are also missing from the datastructures dumped during debug run. |
Thanks for the suggestion, though I am using weechat through ZNC which has no user limit. I've not done the debug, but can only assume there is something going on here in the bitlbee side since the users can speak in IRC but just don't show up at all in the nick list. These are my settings:
|
Wanted to update this to confirm the bug.
I just performed the following test:
It's my understanding that, if this was a client specific bug then the nick would still automatically translate to the Discord user's @ after being sent. But since it didn't, this seems to point that bitlbee itself was unaware of this user being in the nicklist and treated my message as pure plaintext. |
It doesn't seem to show the people joining that are set to offline. Could that be why? Even with never_offline set to on it doesn't show a join message for some users. |
Apparently the nick list doesn't include all users, for me it basically stops at a certain letter, so only nicks starting with A-D are listed. An exception are recently active or joined nicks which also seem to appear in the list.
Thanks for this plugin!
The text was updated successfully, but these errors were encountered: