-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
29 lines (29 loc) · 921 Bytes
/
config.json
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
{
"server": "localhost",
"port": "6667",
"nick": "gerri",
"channel": "#microamp",
"wikMaxWords": 25,
"ud": "http://www.urbandictionary.com/define.php",
"udMaxWords": 25,
"giphy": "http://media.giphy.com",
"giphyApi": "http://api.giphy.com",
"giphyKey": "dc6zaTOxFJmzC",
"ddg": "https://duckduckgo.com",
"ddgApi": "http://api.duckduckgo.com",
"jira": "https://acme.atlassian.net",
"beertime": {
"day": "Friday",
"hour": 16,
"minute": 30
},
"slapActions": [
"slaps", "kicks", "destroys", "annihilates", "punches",
"roundhouse kicks", "rusty hooks", "pwns", "owns"],
"adviceApi": "http://www.leonatkinson.com/random/index.php/rest.html?method=advice",
"pyApi": "http://tumbolia.appspot.com/py",
"waApi": "http://api.wolframalpha.com/v2/query",
"waKey": "",
"waMaxWords": 30,
"quotedb": "./quotes.db"
}