Skip to content

Commit e5f8502

Browse files
author
SReject
committed
Revert "Fix an issue on /JSONOpen and 'f' flag"
This reverts commit 8b90a25.
1 parent 8b90a25 commit e5f8502

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/JSON For mIRC.mrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ alias JSONOpen {
171171
elseif (f isincs %Switches) && (!$isfile($2-)) {
172172
%Error = PARAMETER_INVALID:FILE_DOESNOT_EXIST
173173
}
174-
elseif (f isincs %Switches) && (!$file($2-)) {
175-
%Error = PARAMETER_INVALID:FILE_EMPTY
176-
}
177174

178175
;; All checks passed
179176
else {

0 commit comments

Comments
 (0)