diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-07-01 20:32:23 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-07-01 20:32:23 -0400 |
commit | 6ffac3806e3369649ae26a7c9a58baaf52c35829 (patch) | |
tree | 94ee566fe597e9b93f97b0566f9b7fef7342291f /soundchan.properties.example | |
parent | 7a23679a99f692e4dc7ee2ab109f66fe96054ba2 (diff) | |
download | SoundChan-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.example | 5 |
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 |