From 8ef0634fff740d10668c80a0c57a35ff5e9f635c Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sat, 30 Jun 2018 18:01:00 -0400 Subject: Adding the ability to play an audio clip when a user joins the voice channel Not the prettiest thing in the world --- soundchan.properties.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'soundchan.properties.example') 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 -- cgit v1.2.3