Index: mythplugins/mythweb/classes/MythBackend.php
===================================================================
--- mythplugins/mythweb/classes/MythBackend.php	(revision 23063)
+++ mythplugins/mythweb/classes/MythBackend.php	(working copy)
@@ -106,6 +106,7 @@
     private function announce() {
         $response = $this->sendCommand('ANN Monitor '.hostname.' 1' );
         if ($response == 'OK')
+		    $this->listenForEvent("CLIENT_CONNECTED");
             return true;
         return false;
     }
