42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
295 stars 60 forks source link

[slack] Use display_name instead of name, bidirectional #150

Closed mlsimpson closed 6 years ago

mlsimpson commented 6 years ago

Presently, matterircd displays the users's name instead of display name in the name list, as well as in "@" mentions name = myname, should use display_name = mycoolnickname e.g. on an '@' mention from matterircd to slack: @myname, should use @mycoolnickname

When a user on the Slack interface (web and app) "@" mentions another user, matterircd displays the user's id, e.g. <@W012A3CDE> message

Reference: https://api.slack.com/methods/users.list

mlsimpson commented 6 years ago

@christian-blades-cb

mlsimpson commented 6 years ago

FWIW, it seems like the issue lies in mm-go-irckit/slackuser.go I can file the issue there.

42wim commented 6 years ago

closed in mm-go-irckit