catbase/example_config.json

87 lines
1.6 KiB
JSON

{
"DB": {
"File": "catbase.db",
"Server": "127.0.0.1"
},
"Channels": ["#CatBaseTest"],
"MainChannel": "#CatBaseTest",
"Plugins": [],
"Type": "slack",
"Irc": {
"Server": "ircserver:6697",
"Pass": "CatBaseTest:test"
},
"Slack": {
"Token": "<your slack token>"
},
"Nick": "CatBaseTest",
"FullName": "CatBase",
"CommandChar": ["!", "¡"],
"RatePerSec": 10.0,
"LogLength": 50,
"Admins": ["<Admin Nick>"],
"HttpAddr": "127.0.0.1:1337",
"Untappd": {
"Token": "<Your Token>",
"Freq": 3600,
"Channels": []
},
"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!"
],
"Bad": {
"Msgs": [],
"Nicks": [],
"Hosts": []
},
"Your": {
"MaxLength": 140,
"Replacements": [
{ "This": "this", "That": "that", "Frequency": 1.0 },
]
},
"LeftPad": {
"MaxLen": 50,
"Who": "person"
},
"Factoid": {
"QuoteChance": 0.99,
"QuoteTime": 1,
"StartupFact": "speed test",
"MinLen": 5
},
"Babbler": {
"DefaultUsers": [
"seabass"
]
},
"Reminder": {
"MaxBatchAdd" : 10
},
"Stats": {
"DBPath": "stats.db",
"Sightings": ["user"]
},
"Emojify": {
"Chance": 0.02
},
"Reaction" : {
"GeneralChance": 0.01,
"HarrassChance": 0.05,
"NegativeHarrassmentMultiplier": 2,
"HarrassList": ["msherms"],
"PositiveReactions": ["+1", "authorized", "aw_yea","joy"],
"NegativeReactions": ["bullshit","fake","tableflip","vomit"]
}
}