Created
March 5, 2023 08:16
-
-
Save kangarie/dd44babb96f283f3dbda86b3d5f9a545 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
:put "List user yg sedang tidak login :" | |
:foreach i in=[/ppp secret find] do={ | |
:local username [/ppp secret get $i name] | |
:local hitung [:len [/ppp active find where name=$username]] | |
:if ( $hitung = 0 ) do={ | |
:put "$username" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment