i get this error:
"* /set: invalid parameters (line 5, remote.ini)"
Change the set line to
set $+(-u,%timeexpire) %silent 1
what was "%silent" supposed to represent? if i'm reading the code right (again, i'm rusty, i apologize in advance), one of those two values is supposed to be incrementing by 1 every second, correct?
The code looks to see if %silent is NOT set (
!%silent). The -u switch makes %silent unset itself after %timeexpired seconds.