massbanner/config_dist.json
Manuel 9db006c293
Add several options and minor changes
* 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
2021-09-26 06:17:02 +02:00

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
}