From: Christophe Rhodes Date: Sun, 30 Mar 2014 20:36:13 +0000 (+0100) Subject: refresh syncgroups X-Git-Url: http://christophe.rhodes.io/gitweb/?p=squeeze-el.git;a=commitdiff_plain;h=86a520d69b6341a84496d1ce8d875dac99c81cce refresh syncgroups --- diff --git a/squeeze.el b/squeeze.el index 0d23a0c..9a03eeb 100644 --- a/squeeze.el +++ b/squeeze.el @@ -226,6 +226,8 @@ (let ((squeeze-control-inhibit-display t)) (squeeze-control-query-players) (accept-process-output (get-buffer-process "*squeeze*")) + (squeeze-control-query-syncgroups) + (accept-process-output (get-buffer-process "*squeeze*")) (dolist (player squeeze-players) (squeeze-control-query-power (squeeze-player-playerid player)) (accept-process-output (get-buffer-process "*squeeze*"))