Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /logs {
- if ($1) {
- if (*.* iswm $1) {
- run $iif($findfile($mircdir\logs,$+($1,*),0),$findfile($mircdir\logs,$+($1,*),1),$mircdir\logs)
- }
- elseif (*.* !iswm $!) {
- run $iif($findfile($mircdir\logs,$+($1,.,$network,*),0),$findfile($mircdir\logs,$+($1,.,$network,*),1),$mircdir\logs)
- }
- }
- elseif (!$1) {
- run $mircdir\logs
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement