From 520b86aa33699df09b959ecb66e54a0484632527 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 23 Oct 2014 20:59:22 -0700 Subject: [PATCH] Removed USER_SOUND_PAUSE_TARGET from config This feature is not currently implemented and I do not want to cause any confusion. --- mumbledj/config.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mumbledj/config.lua b/mumbledj/config.lua index 36439cf..c80e2b9 100644 --- a/mumbledj/config.lua +++ b/mumbledj/config.lua @@ -24,11 +24,6 @@ config.COMMAND_PREFIX = "!" -- DEFAULT VALUE: true config.OUTPUT = true --- Number of users that, if reached, will pause the music until it is started again by a user. --- This is to prevent against YouTube audio downloads when nobody is listening. --- DEFAULT VALUE: 1 -config.USER_SOUND_PAUSE_TARGET = 1 - -- Default volume (256 being normal volume) -- DEFAULT VALUE: 32 config.VOLUME = 32