-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.yml.example
64 lines (63 loc) · 1.67 KB
/
config.yml.example
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
---
environment:
# each of the following is optional, but not all plugins will function
# with them missing.
WOLFRAM_ALPHA_APPID_KEY: api_key
WUNDERGROUND_API_KEY: api_key
MERRIAM_WEBSTER_API_KEY: api_key
YOUTUBE_API_KEY: api_key
LASTFM_API_KEY: api_key
LASTFM_API_SECRET: api_secret
OEX_API_KEY: api_key
GIPHY_API_KEY: api_key
GOODREADS_API_KEY: api_key
BREWERYDB_API_KEY: api_key
AIRNOW_API_KEY: api_key
MAL_USERNAME: username
MAL_PASSWORD: password
OMDB_API_KEY: api_key
COINMARKETCAP_API_KEY: api_key
ALPHA_VANTAGE_API_KEY: api_key
# mandatory
servers:
# at least one server entry is mandatory
irc.rizon.net:
# optional, used to ensure a stable ID when the IRC server's domain or IP changes
server_id: irc.rizon.net
# optional
nick: 'yossarian-bot'
# optional, needed if the nick is registered
auth:
type: 'nickserv'
password: 'example'
# optional
prefix: '^!'
# optional
admins:
- 'cpt_yossarian'
- 'yossarian'
# optional
ssl: true
# optional
port: 6697
# mandatory
channels:
- '#yossarian-bot'
# mandatory - use an empty array if none
disabled_plugins:
- 'LinkTitling'
- 'UserIntros'
- 'RegexReplace'
# optional
blacklist:
- 'spammer1'
irc.freenode.net:
nick: 'yossarian-bot'
prefix: '^!'
admins:
- 'woodruffw'
ssl: true
port: 6697
channels:
- '#bots'
disabled_plugins: []