Skip to content
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

NOTICE display name instead of userlogin #73

Closed
BarryCarlyon opened this issue Mar 3, 2020 · 4 comments
Closed

NOTICE display name instead of userlogin #73

BarryCarlyon opened this issue Mar 3, 2020 · 4 comments
Labels
no action No action is required product: chat ticketed Has been given an internal tracking ticket

Comments

@BarryCarlyon
Copy link
Contributor

BarryCarlyon commented Mar 3, 2020

Brief description

Issues with NOTICE returning display name instead of userlogin

Issue with the following

  • VIP a user
  • UnVIP a user
  • Mod a User
  • UnMod a user
  • Host notification

Will return the DiSpLaYNaMe instead of login in the success message/notice

How to reproduce

VIP a user via not Browser Client and read the result via not Browser Client

Send

:tmi.twitch.tv PRIVMSG #bluelava :.vip sauyri

Result:

:tmi.twitch.tv NOTICE #bluelava :You have added 水樹さゆり as a vip of this channel.

Expected behavior

:tmi.twitch.tv NOTICE #bluelava :You have added sauyri as a vip of this channel.

Additional context or questions

If you VIP someone, you get the Displayname in the notice.
If you call .vips to load all VIPS you get the userlogins
Ditto for mods. So you get a disparity if you are using the success events to add/remove and not periodic checks/reloads of all data

Extent the NOTICE's to include the UserID then it just doesn't matter what name is displayed

Modding sauyri via IRC, results in this visible to another mod (ie me):

image

So the name isn't even shown

@mauerbac
Copy link

Nice use of @jbulava ! MES-5171

@mauerbac mauerbac added the ticketed Has been given an internal tracking ticket label Mar 23, 2020
@TETYYS
Copy link

TETYYS commented Apr 17, 2021

Same for @msg-id=already_banned, it's impossible to tell if user is already banned

@BarryCarlyon
Copy link
Contributor Author

.vips (via TMI) is returning dISPLAy_Names instread of login

.vips via Chat (GQL relay) returns logins correctly.

.mods is unaffected.

@Xemdo
Copy link

Xemdo commented Jul 27, 2023

This issue seemed to only appear when using chat commands over IRC. Since the removal of chat commands over IRC, there appears to be no other NOTICE messages that contain a user's login or display name. Because of that I'll close this out.

@Xemdo Xemdo closed this as completed Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no action No action is required product: chat ticketed Has been given an internal tracking ticket
Projects
None yet
Development

No branches or pull requests

4 participants