SReject / JSON-For-Mirc

JSON parser for mIRC
19 stars 6 forks source link

Missing $isid check #30

Closed westor7 closed 7 years ago

westor7 commented 7 years ago

There is missing the $isid identifier from this alias.

Check: https://github.com/SReject/JSON-For-Mirc/blob/master/src/JSON%20For%20mIRC.mrc#L1656

Missing: if (!$isid) return

SReject commented 7 years ago

This is a private alias. It doesn't need the isid check as its not exposed to other scripts to use