diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-07-06 21:43:41 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-07-06 21:43:41 -0400 |
commit | d6aa077b1eda1ea5694dde0250b8b5fd21f114dd (patch) | |
tree | feba9798b9a2724adc204b109d961ca387cce387 /soundchan.properties.example | |
parent | 296d1b7c87c5497425f6b46070f46bf4caa22ad1 (diff) | |
download | SoundChan-d6aa077b1eda1ea5694dde0250b8b5fd21f114dd.tar.gz SoundChan-d6aa077b1eda1ea5694dde0250b8b5fd21f114dd.tar.bz2 SoundChan-d6aa077b1eda1ea5694dde0250b8b5fd21f114dd.zip |
Cleaning things up a bit
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example index 2ba3290..c15a89a 100644 --- a/soundchan.properties.example +++ b/soundchan.properties.example @@ -7,7 +7,12 @@ 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 |