From e1641b2c2e6b80402d642e94fb1df797c1816369 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 20 Nov 2016 23:33:41 +0100 Subject: Add support for RemoteNickFormat in general configuration --- matterbridge.toml.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'matterbridge.toml.sample') 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 -- cgit v1.2.3