diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2018-06-30 18:01:00 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2018-06-30 18:01:00 -0400 |
commit | 8ef0634fff740d10668c80a0c57a35ff5e9f635c (patch) | |
tree | c7d5d15a6dd2cda63d94a1eac6fb33ab3e0c192c /soundchan.properties.example | |
parent | c23f6622afe07fff1362494de8ce9890e7767a7e (diff) | |
download | SoundChan-8ef0634fff740d10668c80a0c57a35ff5e9f635c.tar.gz SoundChan-8ef0634fff740d10668c80a0c57a35ff5e9f635c.tar.bz2 SoundChan-8ef0634fff740d10668c80a0c57a35ff5e9f635c.zip |
Adding the ability to play an audio clip when a user joins the voice
channel
Not the prettiest thing in the world
Diffstat (limited to 'soundchan.properties.example')
-rw-r--r-- | soundchan.properties.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soundchan.properties.example b/soundchan.properties.example index f862cc5..6848d18 100644 --- a/soundchan.properties.example +++ b/soundchan.properties.example @@ -6,3 +6,6 @@ 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 +audioOnUserJoin=on/off |