A first attempt to make dialogue capability for module

This commit is contained in:
Blue 2025-04-01 19:46:35 +03:00
parent 8187d045cd
commit ab9a0af05e
Signed by: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 190 additions and 30 deletions

View file

@ -22,8 +22,14 @@ cmake --build .
## Modules
### Actor
This module is designed to control access to Bot.
This module is designed to manage access to Bot.
#### Commands:
- list: lists all known actors
- set `actor` `group`: assigns a group to an actor. `default` is a special actor name, group from it is assigned to all new actors, not listed in `actors` section of config
- **list**: lists all known actors
- **set** `actor` `group`: assigns a group to an actor. `default` is a special actor name, group from it is assigned to all new actors, not listed in `actors` section of config
### Publish
This module enables bot to publish to PubSub nodes
#### Commands:
- **to** `node@service` `title`\n`article`: Publishes `article` to the `node` of the `service`