4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 15:27:45 +00:00

Add verbose IRC joins/parts (ident@host) (#805)

New configuration setting: VerboseJoinPart (default is false)
This commit is contained in:
chotaire
2019-04-18 23:56:05 +02:00
committed by Wim
parent 380c38674c
commit 6b47e29583
3 changed files with 13 additions and 2 deletions

View File

@ -157,6 +157,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
#Enable to show verbose users joins/parts (ident@host) from other bridges
#Currently works for messages from the following bridges: irc
#OPTIONAL (default false)
VerboseJoinPart=false
#Do not send joins/parts to other bridges
#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)