I've come across a bug with deepbot.tv/notifications/donationnotification2.htm where it cannot reconnect to deep bot if the websocket connection is lost. This is because the javascript is missing the reconnect function.
Adding this code fixes it:
function reConnectWebSocket() {
connectSocketServer();
}