Manuel
9db006c293
* Add DefaultChannel option to make channel argument for the run command optional * Add Blacklist option for channels to ignore and not execute lists in * Only listen in channel of user if explicitly added to channel list * Add option to send an emote when finished with current list xd
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"Username": "",
|
|
"Password": "",
|
|
"PNSLToken": "",
|
|
"IgnorePNSL": false,
|
|
"UseParallelUniverse": true,
|
|
"DefaultChannel": "",
|
|
"Blacklisted" : [],
|
|
"Users": [],
|
|
"Channels": [],
|
|
"SendMeme": false,
|
|
"Prefix": "!!",
|
|
"MaxConnections": 30,
|
|
"MaxChunkSize": 2000,
|
|
"DelayPerChunk": 30e3
|
|
}
|