SReject / JSON-For-Mirc

JSON parser for mIRC
19 stars 6 forks source link

Add beta version build date in AdiIRC #28

Closed westor7 closed 7 years ago

westor7 commented 7 years ago

I saw that missing the beta build in AdiIRC log details while you open the debug window, you can add that information via $builddate identifier that AdiIRC supports it.

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

It should be: if ($~adiircexe) echo $color(info2) @SReject/JSONForMirc/Log AdiIRC v $+ $version $iif($beta, beta $builddate) $bits $+ bit

westor7 commented 7 years ago

It's $builddate not $betabuild <3