Docker image that contains everything necessary to run TS3Bot almost out of the box.
 
 
Go to file
Icedream 82c19a2196 Added explicit process.exit after app shutdown.
Since introducing WebChimera.js the bot is no longer shutting down by itself after all services are shut down since the instances that WebChimera.js generates would still be alive after deletion. There is no way to get around this except if WebChimera.js reveals an explicit release function which it doesn't. The only release function gets called before the VM gets killed.
2015-10-29 03:08:44 +01:00
services Stop audio playback when shutting down TS3Bot. 2015-10-29 02:24:11 +01:00
.gitignore Replace .gitignore with a more complete copy. 2015-10-16 14:42:03 +02:00
app.iced Allow "vol" to display current volume if no arguments were given. 2015-10-29 02:23:53 +01:00
app.js Added explicit process.exit after app shutdown. 2015-10-29 03:08:44 +01:00
config.iced Initial commit. 2015-10-15 17:40:20 +02:00
logger.iced Initial commit. 2015-10-15 17:40:20 +02:00
package.json We're now completely getting rid of vlc-api. 2015-10-27 01:14:55 +01:00
require_bin.iced Initial commit. 2015-10-15 17:40:20 +02:00
service_depcomparer.iced Initial commit. 2015-10-15 17:40:20 +02:00
service_template.iced Initial commit. 2015-10-15 17:40:20 +02:00
services.iced Remove the HTTP API server and do everything directly. 2015-10-21 14:19:56 +02:00
sugar_property.iced Initial commit. 2015-10-15 17:40:20 +02:00
ts3query.iced Fix line breaks and tabs not being properly escaped in ts3query.iced. 2015-10-27 23:38:14 +01:00
ts3settings.iced I'm on a roll with this today. 2015-10-24 11:28:44 +02:00
x11.iced Initial commit. 2015-10-15 17:40:20 +02:00