A first attempt to make dialogue capability for module
This commit is contained in:
parent
8187d045cd
commit
ab9a0af05e
8 changed files with 190 additions and 30 deletions
12
README.md
12
README.md
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue