Alangara_PRC8/_module/nss/jukebox_include.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

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;