Feature Request: msgtype configurable
- 主要语言
- Shell
- 星标
- 101
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
first of all thanks for this special bot! ❤️
can we make the msgtype configurable?
per default the msgtype is m.notice
example:
```
{
"content": {
"msgtype": "m.notice",
"body": "@user:my.domain, You’re so special.",
"format": "org.matrix.custom.html"
},
"type": "m.room.message",
"room_id": "!xXXXxxxXxxXXxXx:my.domain"
}
```
would be nice to have a configuration option in commands.yaml like:
```
hello:
regex: "^salut$|^ciao$|^hallo$|^hi$|^servus$|^hola$|^hello$|^hello .*$|^bonjour$|^bonne nuit$|^hello.sh$"
cmd: hello.sh
help: gives you a friendly compliment
message_type: text
markdown_convert: false
formatted: true
code: false
```
I try to force it in `chat_functions.py` but the bot doesn't start after changing
Thanks in advance
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。