diff options
author | Brandon <bwaggone@umich.edu> | 2018-07-07 19:48:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 19:48:36 -0400 |
commit | d72a49fbb2186f5749baa903408843797fab0971 (patch) | |
tree | feba9798b9a2724adc204b109d961ca387cce387 /soundchan.properties.example | |
parent | c23f6622afe07fff1362494de8ce9890e7767a7e (diff) | |
parent | d6aa077b1eda1ea5694dde0250b8b5fd21f114dd (diff) | |
download | SoundChan-d72a49fbb2186f5749baa903408843797fab0971.tar.gz SoundChan-d72a49fbb2186f5749baa903408843797fab0971.tar.bz2 SoundChan-d72a49fbb2186f5749baa903408843797fab0971.zip |
Merge pull request #8 from bwaggone/feature/add-audio-on-join
Feature/add audio on join
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example index f862cc5..c15a89a 100644 --- a/soundchan.properties.example +++ b/soundchan.properties.example @@ -6,3 +6,14 @@ localFilePath=C:\\PATH\\TO\\SOUNDS\\DIRECTORY //The user for the followingUser=USERNAME + +//Flag conditions enabled with any of the following values: +// true, on, enable, yes, 1 +//any other string (or empty) will leave the condition disabled + +//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 +//This is a flag condition +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 |