• threelonmusketeers@sh.itjust.worksM
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    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?

      • corsicanguppy@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

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

        • asudox@lemmy.asudox.devOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          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.