catbase/config.json

36 lines
758 B
JSON
Raw Normal View History

{
"Dbname": "deepintir",
"Dbserver": "127.0.0.1",
"Channels": ["#AlePaleTest"],
"MainChannel": "#AlePaleTest",
"Plugins": [],
"Server": "127.0.0.1:6666",
2012-12-01 23:01:03 +00:00
"Nick": "alepaletest",
"Pass": "AlePaleTest:test",
"CommandChar": "!",
2012-12-01 23:01:03 +00:00
"QuoteChance": 0.99,
"QuoteTime": 1,
"LogLength": 50,
"Admins": ["<Admin Nick>"],
2012-12-01 23:01:03 +00:00
"UntappdToken": "<Your Token>",
"UntappdFreq": 3600,
"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 16:37:04 +00:00
"Bad": {
"Msgs": [],
"Nicks": [],
"Hosts": []
}
}