1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-04 20:21:42 +00:00
catbase/example_config.json

76 lines
1.3 KiB
JSON
Raw Normal View History

{
2016-03-11 11:24:38 -05:00
"DB": {
"File": "catbase.db",
"Server": "127.0.0.1"
},
2016-01-15 11:53:52 -05:00
"Channels": ["#CatBaseTest"],
"MainChannel": "#CatBaseTest",
"Plugins": [],
2016-03-11 11:24:38 -05:00
"Type": "slack",
"Irc": {
"Server": "ircserver:6697",
"Pass": "CatBaseTest:test"
},
"Slack": {
"Token": "<your slack token>"
},
2016-01-15 11:53:52 -05:00
"Nick": "CatBaseTest",
"FullName": "CatBase",
"CommandChar": ["!", "¡"],
"RatePerSec": 10.0,
"LogLength": 50,
"Admins": ["<Admin Nick>"],
2013-06-01 13:29:12 -04:00
"HttpAddr": "127.0.0.1:1337",
2016-03-11 12:48:41 -05:00
"Untappd": {
"Token": "<Your Token>",
"Freq": 3600,
"Channels": []
},
2012-12-01 18:01:03 -05:00
"TwitterConsumerKey": "<Consumer Key>",
"TwitterConsumerSecret": "<Consumer Secret>",
"TwitterUserKey": "<User Key>",
"TwitterUserSecret": "<User Secret>",
"WelcomeMsgs": [
"Real men use screen, %s.",
"Joins upset the hivemind's OCD, %s.",
"Joins upset the hivemind's CDO, %s.",
"%s, I WILL CUT YOU!"
],
2013-04-21 12:37:04 -04:00
"Bad": {
"Msgs": [],
"Nicks": [],
"Hosts": []
2016-03-24 13:49:44 -04:00
},
"Your": {
"YourChance": 0.4,
"FuckingChance": 0.15,
2016-08-30 15:40:55 -04:00
"DuckingChance": 0.5,
2016-03-24 13:49:44 -04:00
"MaxLength": 140
2016-04-01 10:37:44 -04:00
},
"LeftPad": {
"MaxLen": 50,
"Who": "person"
2016-04-01 10:45:45 -04:00
},
"Factoid": {
"QuoteChance": 0.99,
"QuoteTime": 1,
"StartupFact": "speed test",
"MinLen": 5
},
"Babbler": {
"DefaultUsers": [
"seabass"
]
2017-05-01 11:54:44 -04:00
},
"Reminder": {
"MaxBatchAdd" : 10
},
"Stats": {
"DBPath": "stats.db",
"Sightings": ["user"]
2013-04-21 12:37:04 -04:00
}
}