Originally Posted By: gomorrah
i get this error:

"* /set: invalid parameters (line 5, remote.ini)"

Change the set line to
Code:
set $+(-u,%timeexpire) %silent 1



Originally Posted By: gomorrah
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.