From b6d741928507da3a93806f221ba0948f0f23bf85 Mon Sep 17 00:00:00 2001 From: Maxim Meshkov <47359245+mmskv@users.noreply.github.com> Date: Fri, 23 Jul 2021 20:06:46 +0300 Subject: [PATCH] Document IRC:UseRelayMsg flag --- Settings.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Settings.md b/Settings.md index fcb9b70..3d5a973 100644 --- a/Settings.md +++ b/Settings.md @@ -64,6 +64,7 @@ - [StripMarkdown](#stripmarkdown) - [UseSASL](#usesasl) - [UseTLS](#usetls) + - [UseRelayMsg](#userelaymsg) - [VerboseJoinPart](#verbosejoinpart) - [Matrix](#matrix) - [HTMLDisable](#htmldisable) @@ -756,6 +757,18 @@ Example: enable it `UseTLS=true` +## UseRelayMsg +Enable to replace bot's nick with user's nick. +`RemoteNickFormat` has to contain `/`. +The server has to support RELAYMSG. +Bot may need to be channel operator to use RELAYMSG. + +Setting: OPTIONAL \ +Format: boolean \ +Example: enable it + +`UseRelayMsg=true` + ## VerboseJoinPart Enable to show verbose users joins/parts (ident@host) from other bridges Currently works for messages from the following bridges: irc @@ -771,8 +784,8 @@ Example: enable it Basic config on https://github.com/42wim/matterbridge/wiki/Section-Matrix-(basic) ## HTMLDisable -#Whether to disable sending of HTML content to matrix -#See https://github.com/42wim/matterbridge/issues/1022 +Whether to disable sending of HTML content to matrix +See https://github.com/42wim/matterbridge/issues/1022 Setting: OPTIONAL, RELOADABLE \ Format: boolean \