10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
// string when selecting a song
|
|
string ANTI_FLOOD_ACTIVATED = "\nFor artistical reasons, music will be unchangeable for the next 2 minutes. Anyway you will be able to stop the music anytime.";
|
|
|
|
// string when ANTI_FLOOD_DELAY decays
|
|
string ANTI_FLOOD_DEACTIVATED = "\nWe are now taking new requests.";
|
|
|
|
// duration of the anti-flood security
|
|
// minimum is 60.0
|
|
float ANTI_FLOOD_DELAY = 120.0;
|