You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
So the name isn't even shown
The text was updated successfully, but these errors were encountered:
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.
Brief description
Issues with NOTICE returning display name instead of userlogin
Issue with the following
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
Result:
Expected behavior
Additional context or questions
If you VIP someone, you get the Displayname in the notice.
If you call
.vipsto load all VIPS you get the userloginsDitto 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
sauyrivia IRC, results in this visible to another mod (ie me):So the name isn't even shown
The text was updated successfully, but these errors were encountered: