42wim / matterircd

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

Add option to disable showing replies/parent posts #283

Closed hloeung closed 4 years ago

hloeung commented 4 years ago

Example with config option enabled:

|12:26 <hloeung> Testing (re @hloeung)

So it will only show (re @nick_of_user) without the post message that the reply is made to.

42wim commented 4 years ago

Thanks @hloeung could you rebase on master? If possible open a separate PR for the "@ALL" changes, thanks!

hloeung commented 4 years ago

@42wim done, updated.

Also split out the @all fix to https://github.com/42wim/matterircd/pull/288

42wim commented 4 years ago

Thanks!