2022-12-11 04:08:29 +00:00
|
|
|
[lemmy]
|
|
|
|
instanceURL = "https://lemmy.ml"
|
|
|
|
|
|
|
|
[lemmy.account]
|
|
|
|
userOrEmail = "user@example.com"
|
|
|
|
password = "ExamplePassword123"
|
|
|
|
|
|
|
|
# Replies to any message starting with "!!BOT_TEST" with everything
|
|
|
|
# after "!!BOT_TEST"
|
|
|
|
[[reply]]
|
|
|
|
regex = "!!BOT_TEST (.*)"
|
2023-01-10 00:10:54 +00:00
|
|
|
msg = "{{match . 0 1}}"
|