As this community grows automod will be more and more important. We’ve already seen some OC creators stop posting because of rude comments. This along with it’s general usefulness has pushed us to implement an automod solution.

We have implemented basedcount’s lemmy-automoderator

It has the capability to moderate:

  • comments
  • posts
  • and make custom ! comment commands

The automod user is @[email protected]

How to add automod:

  • as you’ll see later in the wiki, the automod has to be manually set as a moderator of your community

  • Message me and I’ll login and comment on a post in your community.

Edit: I’ve added automod to just about every community I could find. If your community doesn’t have automod, or you make a new one, please message me and I’ll add automod to your mod team

  • Once the comment is made, appoint automod as mod, and Read the wiki to learn how to add rules to your community.
  • @aU5ern4me
    link
    English
    1
    edit-2
    5 months ago

    Maye negating regex work? Something like

    ^(?!.*\[.+\]).*
    

    (Everything without a [ followed by any character at least one time followed by ] )

    • @aU5ern4me
      link
      English
      1
      edit-2
      5 months ago

      You could ofc also enforcy only one or max 3 char’s between the [ ] and force it to be at the start

      ^(?!\[.{1,3}\]).*