(To be clear, since I realized just now that to non-devs the title might be misleading: This feature does not add AI bots to your comments plugin by default! The comments plugin and the AI plugins are completely distinct. But plugins can of course interact with one another, and this new feature of the comments plugin allows for some interesting interactions - the title just gives one of those as a fun example.)

You can now “programmatically” submit comments on behalf of the user, and you can also get/set the contents of the input text box.

If a comment was programmatically submitted, then a little icon is shown on the comment to indicate that the user didn’t personally click the submit button.

This feature, used alongside the onComment/onLoad feature can e.g. be used to create an AI bot that “lives in” your comments box, or create a multiplayer game of chess, or maybe add an auto-error-report log using window.onerror, and so on.

Edit: Also, you can now use c.comments to get an array/list of the comments - but make sure to do that only after onLoad has triggered, since c.comments only returns loaded comments - so if comments box hasn’t loaded yet, you’ll get an empty array.

Let me know if you find any bugs/issues!

https://perchance.org/programmatic-get-set-submit-comments-plugin-example#edit

I’ll probably create a little AI bot example at some point, but you’re welcome to beat me to it! (Please post it here on lemmy if you do)

  • BluePower
    link
    English
    21 month ago

    Feature request: How can I determine whether a comment is made “programatically” with some variable like comment.isBot or something?

    • @[email protected]OPM
      link
      fedilink
      English
      21 month ago

      Thanks! Good feature request. I’ve just added comment.autoSent, and it’s true if it was programmatically submitted. Let me know if there are any issues.

    • BluePower
      link
      English
      11 month ago

      @[email protected] Another one: What if you could just set the nickname for yourself only by using a single function, and not with the com.submit() method?

      • @[email protected]OPM
        link
        fedilink
        English
        21 month ago

        Yep, you can do that with: com.setNicknameForNextComment("blah") and their next comment will have “blah” as the nickname. I added this a few days ago but didn’t announce it

        • 🎲VioneTM
          link
          fedilink
          English
          11 month ago

          Also the message bubble buttons seems messed up 😅 after the addition of the reply button.

            • 🎲VioneTM
              link
              fedilink
              English
              11 month ago

              From /generators page

              From /hub page with Admin enabled.

              • @[email protected]OPM
                link
                fedilink
                English
                2
                edit-2
                1 month ago

                Ohh, specifically the admin “delete” button, you mean? If so, thanks! Fixed. I’ve just placed it properly between the reply and block buttons.

                • 🎲VioneTM
                  link
                  fedilink
                  English
                  1
                  edit-2
                  1 month ago

                  Also there seems to be the ‘delete’ comment on replies (not sure if intended but clicking on it works to delete the reply and the mentioned comment):