summaryrefslogtreecommitdiffstats
path: root/bridge/bridge.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-07-11 21:26:13 +0200
committerWim <wim@42.be>2016-07-11 21:26:13 +0200
commit8fb5c7afa633dd829f3db817b29b61f6e1cba5b6 (patch)
tree2e0757153b2b09824d6866efe7b7d1bb5db177c2 /bridge/bridge.go
parentaceb8303785fa43b60fff5d3bb497cb73b748f6b (diff)
downloadmatterbridge-msglm-8fb5c7afa633dd829f3db817b29b61f6e1cba5b6.tar.gz
matterbridge-msglm-8fb5c7afa633dd829f3db817b29b61f6e1cba5b6.tar.bz2
matterbridge-msglm-8fb5c7afa633dd829f3db817b29b61f6e1cba5b6.zip
Remove UseSlackCircumfix. Use RemoteNickFormat
Diffstat (limited to 'bridge/bridge.go')
-rw-r--r--bridge/bridge.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridge/bridge.go b/bridge/bridge.go
index c2f48a33..25e09694 100644
--- a/bridge/bridge.go
+++ b/bridge/bridge.go
@@ -356,8 +356,6 @@ func (b *Bridge) handleMatter() {
username = message.Username + ": "
if b.Config.IRC.RemoteNickFormat != "" {
username = strings.Replace(b.Config.IRC.RemoteNickFormat, "{NICK}", message.Username, -1)
- } else if b.Config.IRC.UseSlackCircumfix {
- username = "<" + message.Username + "> "
}
cmds := strings.Fields(message.Text)
// empty message