~nova/fletcher

Table of Contents

  1. Hotwords

#Hotwords

Hotwords is the generic mechanism for customizing Fletcher behavior on a server. This will allow a server admin to do various creature features, but for now it enables responding to a hotword regex with a reaction.

#Permissions

This feature requires the Read Messages and Add Reactions permissions.

#Configuration

Configuration is a JSON blog under the key hotwords

{
    "target_emoji": "newspaper2",
    "regex": "^.*newspaper *please.*$",
    "insensitive": "true" # Omit if case sensitive
}

About this wiki

commit 0fd17aa438b31ae44de5866ecf7060b6b6241576
Author: Ivy Choy <77luminesce77@gmail.com>
Date:   2022-06-23T23:53:20-04:00

added moderation page
Clone this wiki
https://git.sr.ht/~nova/fletcher (read-only)
git@git.sr.ht:~nova/fletcher (read/write)