When I auto-upgraded, I got this:
* Reloaded script 'C:\Program Files\mIRC\addons\GTSdll\gtsdll.ini'
-
* /unload: no such file 'C:\Program'
Is that error caused by the previous version? Or did you miss adding some quotes somewhere else? lol
Yes, its caused by the updater of the previous version. It should work fine with the current one

In this update, I seem to get a progress bar problem on some themes that use the same type of character code for ¦ and ¦, it shows up as this: [¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦]
It should show up like this: [¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦] without the Â's inbetween.
Anyone know possible fix?
Thats probably caused by the unicode fix chaosblade added, i guess it doesnt work correctly when unicode is disabled.
To change that behaviour, find
if ($version >= 6.17) { on line 856 in gtsdll.ini and change the number to something bigger, like 7.99 or so
