forked from woodruffw/yossarian-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml.example
47 lines (46 loc) · 1.32 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
---
environment: # optional
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
servers: # mandatory
irc.rizon.net: # at least one server entry is mandatory
nick: 'yossarian-bot' # optional
auth: # optional, needed if the nick is registered
type: 'nickserv'
password: 'example'
prefix: '^!' # optional
admins: # optional
- 'cpt_yossarian'
- 'yossarian'
ssl: true # optional
port: 6697 # optional
channels: # mandatory
- '#yossarian-bot'
disabled_plugins: # mandatory - use an empty array if none
- 'LinkTitling'
- 'UserIntros'
- 'RegexReplace'
blacklist: # optional
- 'spammer1'
irc.freenode.net:
nick: 'yossarian-bot'
prefix: '^!'
admins:
- 'woodruffw'
ssl: true
port: 6697
channels:
- '#bots'
disabled_plugins: []