Mercurial > prosody-modules
diff mod_anti_spam/README.markdown @ 6123:0afd83bbdf09
mod_anti_spam: Declare dependency on mod_pubsub_subscription for plugin installer
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 16 Jan 2025 18:51:16 +0100 |
| parents | f6bbf42c341c |
| children |
line wrap: on
line diff
--- a/mod_anti_spam/README.markdown Thu Jan 16 15:46:15 2025 +0000 +++ b/mod_anti_spam/README.markdown Thu Jan 16 18:51:16 2025 +0100 @@ -7,6 +7,8 @@ modules: mod_anti_spam.rtbl: rtbl.lib.lua mod_anti_spam.trie: trie.lib.lua +depends: + - mod_pubsub_subscription --- This module aims to provide an all-in-one spam filter for any kind of Prosody
