Emoji only mode WIP

This commit is contained in:
John Livingston
2024-09-05 18:28:54 +02:00
parent 2f78b901e3
commit 1a75b30c50
20 changed files with 375 additions and 6 deletions

View File

@ -0,0 +1,14 @@
<!--
SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
SPDX-License-Identifier: AGPL-3.0-only
-->
# mod_muc_peertubelivechat_restrict_message
This module is a custom module designed for the peertube-plugin-livechat project, that can restrict message content to
given regular expression.
This module is part of peertube-plugin-livechat, and is under the same LICENSE (AGPL-v3).
## Prerequisites
This modules needs lrexlib instlaled (available as lua-rex-pcre2 package on Debian).