this post was submitted on 03 Nov 2025
26 points (96.4% liked)

Fedigrow

726 readers
3 users here now

To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks

Resources:

Megathreads:

Rules:

  1. Be respectful
  2. No bigotry

founded 9 months ago
MODERATORS
 

cross-posted from: https://lemmy.asudox.dev/post/1072929

Just gathering ideas.

you are viewing a single comment's thread
view the rest of the comments
[–] threelonmusketeers@sh.itjust.works 5 points 4 months ago (1 children)

Automatic comment replies based on keywords or key phrases.

Basically, if a comment contains a specific string, the automod would reply with a corresponding string, configurable by the community moderators.

Would this be doable?

[–] asudox@lemmy.asudox.dev 3 points 4 months ago (1 children)
[–] corsicanguppy@lemmy.ca 3 points 4 months ago (1 children)

Can it cause comma splices and other more-than-regex criteria to trigger deletion or rejection?

[–] asudox@lemmy.asudox.dev 2 points 4 months ago* (last edited 4 months ago)

All dependent on the implementation. As said in other comments, the design I have in mind is letting community mods define the automod's behaviour in their community by writing scripts in a language like Lua in a sandboxed environment.

So you can make the bot do pretty much anything within the boundaries of the community.