42wim / matterircd

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

Add suffix `[<nick>]` to messages containing configured highlight words #168

Closed repomaa closed 4 years ago

repomaa commented 6 years ago

I'd like to only configure highlight words/phrases once so relaying them to my irc client by adding my nickname to the message would be an easy way to have the same highlights in every client.

42wim commented 6 years ago

I'm not sure if that's something a server should do, seems more client-side configuration. An example for irssi - https://quadpoint.org/articles/irssi/#hilight-window

repomaa commented 6 years ago

Hm.. I know I can set this up in my chat client. But since mattermost has the option of defining highlight words I think this should be reflected in the client. This is how the slack irc bridge worked and weeslack works as well.

keeperofdakeys commented 6 years ago

This feature would be good for @channel and @all mentions, where you don't have your username in the message already.

Edit: I see that matterircd uses notices for this, which works just as well.

42wim commented 4 years ago

Implemented in master, it'll show (mention: yournick) on messages containing your highlight words