Switch to better solution for disabling URL embeds.

This commit is contained in:
Kufat
2022-08-08 13:00:06 -04:00
parent e275bbfb2e
commit b82b7b67a8
5 changed files with 27 additions and 12 deletions

View File

@@ -947,6 +947,15 @@ IgnoreNicks=""
# IgnoreMessages="^~~ badword"
IgnoreMessages=""
# Prevent URL embeds by encasing URLs in <> angle brackets.
# Useful if trolls are a problem on the other end of your bridge.
NoEmbedUrls=false
# Prevent URL embeds in part/quit messages by encasing URLs in <> angle brackets.
# Useful if trolls spam in their quit messages or you're tired of seeing embeds for
# IRC client homepages.
NoEmbedPartUrls=false
# ReplaceMessages replaces substrings of messages in outgoing messages.
# Regular expressions are supported.
#