changeset 1511:7978e50eb93b

Oops, /grepeat returns a value, we need to catch it or otherwise it will mysteriously appear on user's window.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jul 2012 16:10:27 +0300
parents b6f6930f4514
children 4353e3a8bec1
files ggrtf.tf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Thu Jul 05 15:43:25 2012 +0300
+++ b/ggrtf.tf	Thu Jul 05 16:10:27 2012 +0300
@@ -2219,7 +2219,7 @@
 /def -i -ag -msimple -t"Dunk dunk" gheartbeat_dunk =\
 	/gheartbeat_do real%;\
 	/set heartbeat_subtick=0%;\
-	/grepeat -n -1 3 /gheartbeat_subtick
+	/set heartbeat_pid=$(/grepeat -n -1 3 /gheartbeat_subtick)
 
 
 /def -i gheartbeat_sc =\