8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
:foreach i in=[/ppp active find] do={
|
|
:local onlinetime [/ppp active get $i uptime]
|
|
:local onlinetimeh [:pick $onlinetime begin=0 end=([:find $onlinetime ":"])]
|
|
|
|
:if ($onlinetimeh>23) do={
|
|
/ppp active remove $i
|
|
}
|
|
} |