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 parent posts in replies #278

Closed hloeung closed 4 years ago

hloeung commented 4 years ago

Hi,

When someone replies to a post, matterircd shows this in https://github.com/42wim/matterircd/blob/master/mm-go-irckit/mmuser.go#L303

On IRC, it looks something like this:

|15:46 Thanks @bob_user2 ! |15:47 no worries :) (re @jane_user1: Thanks @bob_user2 !)

With extra/duplication. Can we have the option to disable this? Perhaps via the config file so it's not the default behaviour.

hloeung commented 4 years ago

https://github.com/42wim/matterircd/pull/283

42wim commented 4 years ago

Closed by yourself :)