ovelayer commented on a mIRC Script, mIRC VxD Script Necronomicon 8  -  Apr 07, 2015

i was tryin to use your addon for scripts for the nicklist..
so i could edit and change my current nicklist colors icons ect..
it worked beautiful and really made my script look good
but for some reason it causes my script to msg channels
"(11:01 am) ~Ovelayer 1"
"(11:01 am) ~Ovelayer 0"
ect..
and it keeps happening
i unloaded your addon and it stopped
reloaded it and it happens again over and over
i am using mirc.v7.41
my os is win 8.1
any idea what could be causing this?

VxD aka DEATHJ0KER  -  Apr 07, 2015

I also have similar errors, I think it is due to nicklust.dll that interfaces with windows user32.dll. The dll and probably to update...
For the moment I do not know how to fix it because this error occurs randomly and not a particular condition. If it is due to my code I'll find out when the new mIRC addon GUI 10. At the moment I'm completing the treebar lol

ovelayer  -  Apr 07, 2015

ah okay...to bad cause i luv the addon

VxD aka DEATHJ0KER  -  Apr 07, 2015

This alias should be the cause, see what can I do :)

alias nlust_callback {
if ($1 = tooltip) {
var %extra
if ($3 == $me) %extra
nicklust SetTipTitle $2 1 > Whois Di $3 %extra
return Status: $nlist_pnick($remove($nick($2,$3).pnick,$3)) $+ $crlf $+ Idle: $duration($nick($2,$nick($2,$3)).idle) $+ $crlf $+ Notify List: $iif($notify($3),Yes,No) $+ $crlf $+ Host: $gettok($address($3,-1),2,64),$ifmatch,Unknow) $+ $crlf $+ Ident: $gettok($gettok($address($3,-1),2,33),1,64) $+ $crlf $+ Country: $remove($nazione2($address($3,-1)),Origin) $+ $crlf $+ Channels: $_comchans($3,32))
}
}

ovelayer  -  Apr 07, 2015

nice would be nice if you found the error also can't wait for the updated gui!! make my script beautiful

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.