Just wondering if there is a way to stop the profiles from opening a window. I got forty windows at the bottom of my script screen in the morning. There was one for the old profile scanner, there was a line that had to be added to the vin.
Thanks ![]()
A TG007 community discussion started by Absynthe.
Just wondering if there is a way to stop the profiles from opening a window. I got forty windows at the bottom of my script screen in the morning. There was one for the old profile scanner, there was a line that had to be added to the vin.
Thanks ![]()
Hmm I dont recall windows opening when using this profile scanner. Only time a window opens is when you view a profile in the nicklist.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
This is what I did, and it seems to work well for me:
1. In the profile scanner file look for:
on !*:JOIN:#: {
and then add the following line:
set -u20 %DoingScan. [ $+ [ $nick ] ] $true
2. Then in the Vincula file look for:
raw 818:*: {
if ($3 == PUID) {
and add in the following line:
if (%DoingScan. [ $+ [ $2 ] ]) halt
i remember i had to add "h" to the PUID window so it wouldn't actually open a window in the status bar .. and a timer to close after it was able to obtain the profile info...
but i thought TGK's profile scanner "assuming that's what you use, didn't open a window..
but if it did then just add "h" to the PUID window opener in the DC connection.....
"will be back after i checked DC con"
Ignorance Is Bliss
Sign in to reply or start a new topic where your account has permission.