diff options
author | chotaire <chotaire@chotaire.net> | 2019-04-18 23:56:05 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-04-18 23:56:05 +0200 |
commit | 6b47e295836254b8de8da384db5263fc3ef14362 (patch) | |
tree | 5ab4646f533411519bd66a795e2531ebd75549fd /matterbridge.toml.sample | |
parent | 380c38674c19d741b344c627a2db7f8f34d223d3 (diff) | |
download | matterbridge-msglm-6b47e295836254b8de8da384db5263fc3ef14362.tar.gz matterbridge-msglm-6b47e295836254b8de8da384db5263fc3ef14362.tar.bz2 matterbridge-msglm-6b47e295836254b8de8da384db5263fc3ef14362.zip |
Add verbose IRC joins/parts (ident@host) (#805)
New configuration setting: VerboseJoinPart (default is false)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 6531acef..51cf3e0e 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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) |