aboutsummaryrefslogtreecommitdiffstats
path: root/soundchan.properties.example
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2018-07-01 20:32:23 -0400
committerMatt Kohls <mattkohls13@gmail.com>2018-07-01 20:32:23 -0400
commit6ffac3806e3369649ae26a7c9a58baaf52c35829 (patch)
tree94ee566fe597e9b93f97b0566f9b7fef7342291f /soundchan.properties.example
parent7a23679a99f692e4dc7ee2ab109f66fe96054ba2 (diff)
downloadSoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.tar.gz
SoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.tar.bz2
SoundChan-6ffac3806e3369649ae26a7c9a58baaf52c35829.zip
Adding in user/sound relation from a file
You can now have a file with all the users and the intro sound to play without having to have multiple copies of the same sound
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r--soundchan.properties.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example
index 6848d18..2ba3290 100644
--- a/soundchan.properties.example
+++ b/soundchan.properties.example
@@ -7,5 +7,8 @@ localFilePath=C:\\PATH\\TO\\SOUNDS\\DIRECTORY
//The user for the
followingUser=USERNAME
-//If you want SoundChan to play an audio file whit their name when a user joins the channel
+//If you want SoundChan to play an audio file whit their name when a user joins the channel or have that information come from below file
audioOnUserJoin=on/off
+
+//The file where users and sound clips are related, see usersound.properties.example for more info
+userAudioFilePath=C:\\PATH\\TO\\USER\\SOUND\\FILE