2012-08-17 20:38:15 +00:00
|
|
|
{
|
2016-03-11 16:24:38 +00:00
|
|
|
"DB": {
|
|
|
|
"File": "catbase.db",
|
|
|
|
"Server": "127.0.0.1"
|
|
|
|
},
|
2016-01-15 16:53:52 +00:00
|
|
|
"Channels": ["#CatBaseTest"],
|
|
|
|
"MainChannel": "#CatBaseTest",
|
2012-08-17 20:38:15 +00:00
|
|
|
"Plugins": [],
|
2016-03-11 16:24:38 +00:00
|
|
|
"Type": "slack",
|
|
|
|
"Irc": {
|
|
|
|
"Server": "ircserver:6697",
|
|
|
|
"Pass": "CatBaseTest:test"
|
|
|
|
},
|
|
|
|
"Slack": {
|
|
|
|
"Token": "<your slack token>"
|
|
|
|
},
|
2016-01-15 16:53:52 +00:00
|
|
|
"Nick": "CatBaseTest",
|
|
|
|
"FullName": "CatBase",
|
2016-09-27 16:42:00 +00:00
|
|
|
"CommandChar": ["!", "¡"],
|
2014-04-20 16:54:01 +00:00
|
|
|
"RatePerSec": 10.0,
|
2012-08-20 01:28:25 +00:00
|
|
|
"LogLength": 50,
|
2013-02-26 16:10:13 +00:00
|
|
|
"Admins": ["<Admin Nick>"],
|
2013-06-01 17:29:12 +00:00
|
|
|
"HttpAddr": "127.0.0.1:1337",
|
2012-08-17 20:38:15 +00:00
|
|
|
|
2016-03-11 17:48:41 +00:00
|
|
|
"Untappd": {
|
|
|
|
"Token": "<Your Token>",
|
|
|
|
"Freq": 3600,
|
|
|
|
"Channels": []
|
|
|
|
},
|
2012-12-01 23:01:03 +00:00
|
|
|
|
2013-02-26 16:10:13 +00:00
|
|
|
"TwitterConsumerKey": "<Consumer Key>",
|
|
|
|
"TwitterConsumerSecret": "<Consumer Secret>",
|
|
|
|
"TwitterUserKey": "<User Key>",
|
|
|
|
"TwitterUserSecret": "<User Secret>",
|
2013-02-19 23:46:57 +00:00
|
|
|
|
2013-01-12 16:32:42 +00:00
|
|
|
"WelcomeMsgs": [
|
|
|
|
"Real men use screen, %s.",
|
|
|
|
"Joins upset the hivemind's OCD, %s.",
|
|
|
|
"Joins upset the hivemind's CDO, %s.",
|
2013-01-12 16:33:47 +00:00
|
|
|
"%s, I WILL CUT YOU!"
|
2013-03-30 11:12:27 +00:00
|
|
|
],
|
2013-04-21 16:37:04 +00:00
|
|
|
"Bad": {
|
|
|
|
"Msgs": [],
|
|
|
|
"Nicks": [],
|
|
|
|
"Hosts": []
|
2016-03-24 17:49:44 +00:00
|
|
|
},
|
|
|
|
"Your": {
|
|
|
|
"YourChance": 0.4,
|
|
|
|
"FuckingChance": 0.15,
|
2016-08-30 19:40:55 +00:00
|
|
|
"DuckingChance": 0.5,
|
2016-03-24 17:49:44 +00:00
|
|
|
"MaxLength": 140
|
2016-04-01 14:37:44 +00:00
|
|
|
},
|
|
|
|
"LeftPad": {
|
|
|
|
"MaxLen": 50,
|
|
|
|
"Who": "person"
|
2016-04-01 14:45:45 +00:00
|
|
|
},
|
|
|
|
"Factoid": {
|
|
|
|
"QuoteChance": 0.99,
|
|
|
|
"QuoteTime": 1,
|
|
|
|
"StartupFact": "speed test",
|
|
|
|
"MinLen": 5
|
2016-05-11 01:15:52 +00:00
|
|
|
},
|
|
|
|
"Babbler": {
|
|
|
|
"DefaultUsers": [
|
|
|
|
"seabass"
|
|
|
|
]
|
2017-05-01 15:54:44 +00:00
|
|
|
},
|
|
|
|
"Reminder": {
|
|
|
|
"MaxBatchAdd" : 10
|
2017-06-06 01:45:34 +00:00
|
|
|
},
|
|
|
|
"Stats": {
|
|
|
|
"DBPath": "stats.db",
|
|
|
|
"Sightings": ["user"]
|
2017-07-25 18:44:36 +00:00
|
|
|
},
|
|
|
|
"Emojify": {
|
|
|
|
"Chance": 0.02
|
2017-08-30 17:41:58 +00:00
|
|
|
},
|
|
|
|
"Reaction" : {
|
|
|
|
"GeneralChance": 0.01,
|
|
|
|
"HarrassChance": 0.05,
|
|
|
|
"HarrassList": ["msherms"],
|
|
|
|
"PositiveReactions": ["+1", "authorized", "aw_yea","joy"],
|
|
|
|
"NegativeReactions": ["bullshit","fake","tableflip","vomit"]
|
2013-04-21 16:37:04 +00:00
|
|
|
}
|
2012-08-17 20:38:15 +00:00
|
|
|
}
|