Hi everyone,
I'm currently having curious bugs with the latest version of Invision and I just can't figure out why this happens.
I'm connected to 3 networks and without doing anything except idle (no disconnect, no split, etc.), the script is going totally crazy after a couple of hours !
I've got error messages : "unable to load I2BAR3.png", I can't access the settings anymore due to a /splay issue, etc. Mainly, Invision is unable to access its own files ! Isolated server notices don't use the right font (courrier instead of Tahoma), etc.
Restarting mIRC solves the problem for a while, then it happens again !
Also, there's still a bug concerning the nick color, which I fixed in Invision 2, years ago. It's a $scid vs. $scon confusion.
ialias2.mrc, line 366 and 367, replace every $scid() occurrence by $scon()
You cannot use a counter with $scid as it returns a unique incremental identifier. e.g.: If you start 3 connections, then you close the second one and finally you connect to a fourth server. $scon will go from 1 to 3 (you have 3 connections) whereas $scid will go from 1 to 4 having $scid(2) == $null
Not a very big issue though, but nick colors won't apply correctly without this fix.