Skip to content

Commit cea5e9d

Browse files
author
SReject
committed
Fixed -i and -R switches
1 parent 08f2434 commit cea5e9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/JSON For mIRC.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,12 @@
248248

249249
// If indicated, ignore all ssl certificate errors
250250
if (this._http.insecure) {
251-
request.Options(4) = 13056;
251+
request.Option(4) = 13056;
252252
}
253253

254254
// If indicated, do not follow redirects
255255
if (!this._http.redirects) {
256-
request.Options(6) = false;
256+
request.Option(6) = false;
257257
}
258258

259259
// initialize the request

0 commit comments

Comments
 (0)