peertube-plugin-livechat/prosody-modules/mod_muc_peertubelivechat_restrict_message
John Livingston 5db4f46421
Emoji only mode WIP:
Fix emojis regexp. The RCPE2 library can't handle long regexp, so we
switch to Oniguruma.
2024-09-05 19:12:07 +02:00
..
mod_muc_peertubelivechat_restrict_message.lua Emoji only mode WIP: 2024-09-05 19:12:07 +02:00
README.markdown Emoji only mode WIP 2024-09-05 18:28:54 +02:00

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).