-
Notifications
You must be signed in to change notification settings - Fork 11
/
example.config.toml
57 lines (49 loc) · 922 Bytes
/
example.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
[plugins.imgur]
api_key = ""
[plugins.youtube]
api_key = ""
[plugins.vimeo]
api_key = ""
[network]
name = "default"
enable = true
[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
[parameters]
url_limit = 10
status_channels = []
nick_response_str = ""
reconnect_timeout = 10
ignore_nicks = []
[http]
timeout_s = 10
max_redirections = 10
max_retries = 3
retry_delay_s = 5
accept_lang = "en"
[database]
type = "in-memory"
[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."