-
Notifications
You must be signed in to change notification settings - Fork 11
/
example.multi.config.toml
114 lines (98 loc) · 1.86 KB
/
example.multi.config.toml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[bar.plugins.imgur]
api_key = ""
[bar.plugins.youtube]
api_key = ""
[bar.plugins.vimeo]
api_key = ""
[bar.network]
name = "bar"
enable = true
[bar.features]
report_metadata = false
report_mime = false
mask_highlights = false
send_notice = false
history = false
cross_channel_history = false
invite = false
autosave = false
send_errors_to_poster = false
reply_with_errors = false
partial_urls = false
nick_response = false
reconnect = false
[bar.parameters]
url_limit = 10
status_channels = []
nick_response_str = ""
reconnect_timeout = 10
ignore_nicks = []
[bar.http]
timeout_s = 10
max_redirections = 10
max_retries = 3
retry_delay_s = 5
accept_lang = "en"
[bar.database]
type = "in-memory"
[bar.connection]
nickname = "url-bot-rs"
nick_password = ""
alt_nicks = ["url-bot-rs_"]
username = "url-bot-rs"
realname = "url-bot-rs"
server = "127.0.0.1"
port = 6667
password = ""
use_ssl = false
channels = ["#url-bot-rs"]
user_info = "Feed me URLs."
[foo.plugins.imgur]
api_key = ""
[foo.plugins.youtube]
api_key = ""
[foo.plugins.vimeo]
api_key = ""
[foo.network]
name = "foo"
enable = true
[foo.features]
report_metadata = false
report_mime = false
mask_highlights = false
send_notice = false
history = false
cross_channel_history = false
invite = false
autosave = false
send_errors_to_poster = false
reply_with_errors = false
partial_urls = false
nick_response = false
reconnect = false
[foo.parameters]
url_limit = 10
status_channels = []
nick_response_str = ""
reconnect_timeout = 10
ignore_nicks = []
[foo.http]
timeout_s = 10
max_redirections = 10
max_retries = 3
retry_delay_s = 5
accept_lang = "en"
[foo.database]
type = "in-memory"
[foo.connection]
nickname = "url-bot-rs"
nick_password = ""
alt_nicks = ["url-bot-rs_"]
username = "url-bot-rs"
realname = "url-bot-rs"
server = "127.0.0.1"
port = 6667
password = ""
use_ssl = false
channels = ["#url-bot-rs"]
user_info = "Feed me URLs."