42wim / matterircd

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

[RFC] How to handle messages from system #175

Closed evelikov closed 6 years ago

evelikov commented 6 years ago

Say John adds Jane to channel random.

Currently, this becomes a message like: John: Jane added to the channel by John.

As it seems a bit odd, here are some alternatives:

Disclaimer: I haven't looked if it's possible to implement either suggestion.

Ppjet6 commented 6 years ago

I did remember something similar for IRC, and indeed it seems that inspircd has an operator module for this: https://wiki.inspircd.org/Modules/sajoin

And apparently this translates to a normal join from the user.

EDIT: Note that I had opened a similar, more generic ticket for this (#107) a while back, but I never really took the time to comment on it :(

42wim commented 6 years ago

@evelikov This is on slack ? or on mattermost ?

Ppjet6 commented 6 years ago

On 2018/05/02, Wim wrote:

@evelikov This is on slack ? or on mattermost ?

This is on mattermost! (replying for him)

-- Maxime “pep” Buquet

42wim commented 6 years ago

Fixed in master (and 0.17.3 release)

Ppjet6 commented 6 years ago

On 2018/05/02, Wim wrote:

Fixed in master (and 0.17.3 release)

Thanks a lot!

-- Maxime “pep” Buquet