mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Document IRC:UseRelayMsg flag
parent
48453f23ac
commit
b6d7419285
17
Settings.md
17
Settings.md
@ -64,6 +64,7 @@
|
|||||||
- [StripMarkdown](#stripmarkdown)
|
- [StripMarkdown](#stripmarkdown)
|
||||||
- [UseSASL](#usesasl)
|
- [UseSASL](#usesasl)
|
||||||
- [UseTLS](#usetls)
|
- [UseTLS](#usetls)
|
||||||
|
- [UseRelayMsg](#userelaymsg)
|
||||||
- [VerboseJoinPart](#verbosejoinpart)
|
- [VerboseJoinPart](#verbosejoinpart)
|
||||||
- [Matrix](#matrix)
|
- [Matrix](#matrix)
|
||||||
- [HTMLDisable](#htmldisable)
|
- [HTMLDisable](#htmldisable)
|
||||||
@ -756,6 +757,18 @@ Example: enable it
|
|||||||
|
|
||||||
`UseTLS=true`
|
`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
|
## VerboseJoinPart
|
||||||
Enable to show verbose users joins/parts (ident@host) from other bridges
|
Enable to show verbose users joins/parts (ident@host) from other bridges
|
||||||
Currently works for messages from the following bridges: irc
|
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)
|
Basic config on https://github.com/42wim/matterbridge/wiki/Section-Matrix-(basic)
|
||||||
|
|
||||||
## HTMLDisable
|
## HTMLDisable
|
||||||
#Whether to disable sending of HTML content to matrix
|
Whether to disable sending of HTML content to matrix
|
||||||
#See https://github.com/42wim/matterbridge/issues/1022
|
See https://github.com/42wim/matterbridge/issues/1022
|
||||||
|
|
||||||
Setting: OPTIONAL, RELOADABLE \
|
Setting: OPTIONAL, RELOADABLE \
|
||||||
Format: boolean \
|
Format: boolean \
|
||||||
|
Loading…
Reference in New Issue
Block a user