-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfuuka-bot.sample.toml
More file actions
58 lines (51 loc) · 1.45 KB
/
fuuka-bot.sample.toml
File metadata and controls
58 lines (51 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Optional bot config.
# [bot]
# Admin user. (Optional)
# admin = "@example:example.org"
[command]
# The command prefix.
prefix = "%%"
[matrix]
# Homeserver URL.
homeserver = "https://matrix.example.com"
# Timeout of homeserver connection, measured in seconds.
# Defaults to 300 seconds (5 minutes).
# timeout = 300
# Service configurations.
[services.hitokoto]
# Hitokoto API base URL.
# base-url = "https://v1.hitokoto.cn"
[services.github]
# GitHub API Base URL. In most cases should not be changed.
# base-url = "https://api.github.com"
# Token used by GitHub API.
# See https://docs.github.com/en/rest/authentication/authenticating-to-the-rest-api
token = ""
[services.github.pr-tracker.targets.'NixOS/nixpkgs']
'\Astaging\z' = ["staging-next"]
'\Astaging-next\z' = ["master"]
'\Astaging-next-([\d.]+)\z' = ["release-$1"]
'\Ahaskell-updates\z' = ["staging"]
'\Amaster\z' = ["nixpkgs-unstable", "nixos-unstable-small"]
'\Anixos-(.*)-small\z' = ["nixos-$1"]
'\Arelease-([\d.]+)\z' = ["nixos-$1-small", "nixpkgs-$1-darwin"]
'\Astaging-((1.|20)\.\d{2})\z' = ["release-$1"]
'\Astaging-((2[1-9]|[3-90].)\.\d{2})\z' = ["staging-next-$1"]
'\Astaging-nixos\z' = ["master"]
[pixiv]
enabled = false
r18 = false
token = "????????_XXXXXXXXXXXXXXXXXXXX"
[[pixiv.tag-triggers]]
rooms = ["!XXXXXXXXXXX:example.org"]
required-tags = []
target = ""
[[pixiv.tag-triggers]]
required-tags = []
target = ""
[[features]]
room = ""
jerryxiao = true
fortune = false
pixiv = false
pixiv-r18 = false