# HG changeset patch # User Matthew Wild # Date 1759487477 -3600 # Node ID 1f00618ad3bebf48ba5a0a8cc39c1577fc2122cf # Parent ad9026b6a7147000b51fa0595dff993ee973b084 mod_pastebin: Document pastebin_html_preview setting (thanks Zaak) diff -r ad9026b6a714 -r 1f00618ad3be mod_pastebin/README.md --- a/mod_pastebin/README.md Fri Oct 03 11:24:42 2025 +0100 +++ b/mod_pastebin/README.md Fri Oct 03 11:31:17 2025 +0100 @@ -85,6 +85,7 @@ pastebin_trigger A string of characters (e.g. "!paste ") which if detected at the start of a message, always sends the message to the pastebin, regardless of length. (default: not set) pastebin_ignore A string of characters (e.g. "!nopaste") which if detected **anywhere** within a message, won't send the message to the pastebin pastebin_expire_after Number of hours after which to expire (remove) a paste, defaults to 24. Set to 0 to store pastes permanently on disk. + pastebin_html_preview Whether to include a formatted preview in pastes (default: true) # Compatibility