From d95a8e0754c9623fbaa7d0d218a9e0bdddd5060c Mon Sep 17 00:00:00 2001 From: Uriziel Date: Fri, 21 Sep 2012 23:44:26 +0200 Subject: [PATCH] Added room to command listing --- syncplay/ui/consoleUI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/ui/consoleUI.py b/syncplay/ui/consoleUI.py index 60ee11a..a4df89c 100644 --- a/syncplay/ui/consoleUI.py +++ b/syncplay/ui/consoleUI.py @@ -88,6 +88,7 @@ class ConsoleUI(threading.Thread): self.showMessage( "\ts+ [time] - seek to: current position += time" ) self.showMessage( "\tr - revert last seek" ) self.showMessage( "\tp - toggle pause" ) + self.showMessage( "\troom [name] - change room" ) self.showMessage("Syncplay version: %s" % syncplay.version) self.showMessage("More info available at: %s" % syncplay.projectURL) else: