b30202441a
Added a limit to how long the title can be when set from the /playing command. The default value is 50 if it is not in the settings file or if the value in the settings is below zero. Resolves #43
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"MaxMessageCount": 300,
|
|
"TitleLength": 50,
|
|
"AdminPassword": "",
|
|
"Bans": [],
|
|
"StreamKey": "ALongStreamKey",
|
|
"ListenAddress": ":8089"
|
|
}
|