@@ -256,7 +256,7 @@ proc int_RUN {} {
global progmem ip
set ip 1
while {$ip > 0 && $ip < 32768} {
if {[dict exists $progmem $ip]} {lttb_exec $progmem($ip)}
if {[dict exists $progmem $ip] && [string first REM $progmem($ip)] != 0} {lttb_exec $progmem($ip)}
incr ip
}
The note is not visible to the blocked user.