diff options
author | Wim <wim@42.be> | 2016-11-20 23:33:41 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-20 23:33:41 +0100 |
commit | e1641b2c2e6b80402d642e94fb1df797c1816369 (patch) | |
tree | dbdf21c54607c36b786f608fbb8b13ef34116cb2 /matterbridge.toml.sample | |
parent | e0e1e4be8018b256d86e2df9c3f84fc7881041c3 (diff) | |
download | matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.tar.gz matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.tar.bz2 matterbridge-msglm-e1641b2c2e6b80402d642e94fb1df797c1816369.zip |
Add support for RemoteNickFormat in general configuration
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index df73713b..8aa53737 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -371,6 +371,19 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +################################################################### +#General configuration +################################################################### +#Settings here override specific settings for each protocol +[general] +#RemoteNickFormat defines how remote users appear on this bridge +#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username. +#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge +#The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge +#OPTIONAL (default empty) +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + + ################################################################### #Gateway configuration |