diff libervia.tac @ 130:6576c5a90060

Working Radio Collective \o/
author Goffi <goffi@goffi.org>
date Sun, 29 Jan 2012 02:56:21 +0100
parents dd0d39ae7d24
children ddfcc4cb6cee
line wrap: on
line diff
--- a/libervia.tac	Sun Jan 29 00:15:04 2012 +0100
+++ b/libervia.tac	Sun Jan 29 02:56:21 2012 +0100
@@ -508,7 +508,7 @@
                 del self.sat_host.signal_handler.queue[profile]
             except KeyError:
                 pass
-            #and now we deconnect the profile
+            #and now we disconnect the profile
             self.sat_host.bridge.disconnect(profile) 
        
         _session.notifyOnExpire(onExpire)
@@ -675,7 +675,7 @@
         #plugins
         for signal_name in ['personalEvent', 'roomJoined', 'roomUserJoined', 'roomUserLeft', 'tarotGameStarted', 'tarotGameNew', 'tarotGameChooseContrat',
                             'tarotGameShowCards', 'tarotGameInvalidCards', 'tarotGameCardsPlayed', 'tarotGameYourTurn', 'tarotGameScore', 
-                            'radiocolStarted', 'radiocolPreload']:
+                            'radiocolStarted', 'radiocolPreload', 'radiocolPlay', 'radiocolNoUpload', 'radiocolUploadOk', 'radiocolSongRejected']:
             self.bridge.register(signal_name, self.signal_handler.getGenericCb(signal_name), "plugin")
         self.media_dir = self.bridge.getConfig('','media_dir')
         self.local_dir = self.bridge.getConfig('','local_dir')