Commit Graph

4 Commits (ae4288d44a22c0fc31c0ced8fe03b05b4c516141)

Author SHA1 Message Date
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
Icedream 3624c69d70 log.fatal does - in fact - not exist. 2015-10-16 09:43:32 +02:00
Icedream 6ed562e279 Try a synchronized shutdown when an uncaught exception occurs. 2015-10-16 08:21:55 +02:00
Icedream a0bded664a Initial commit.
- TS3Bot is able to play any link that VLC supports via the "play" command, just add any URI as an argument to that command.
- TS3Bot is able to stop the currently playing media via the "stop" command.
- TS3Bot is able to change its own nickname via the "changenick" command.
2015-10-15 17:40:20 +02:00