no .. its an ocx vincula .. i tried an OCXless one made by "Warrior" but it had too many bugs and errors..
===
ok ... i was looking at the vincula's "room joiner"
elseif (613 == $2) {
if ($hget(msn.999)) {
echo $color(info) -at 8• $msn.get(999,fullroom) found, joining... (Lookup time: $calc(($ticks - %msnc.looktime) / 1000) seconds)
unset %msnc.looktime
socklisten msn.mirc.in $rand(10000,30000)
if (%msnc.newcon) scid %msnc.newcon server 127.0.0.1 $sock(msn.mirc.in).port
else server -m 127.0.0.1 $sock(msn.mirc.in).port
hadd msn.roomip $msn.get(999,room) $right($4,-1)
writeini ips.ini roomips $msn.get(999,room) $right($4,-1)
sockopen msn.server.999 $right($4-,-1)
var %port = $rand(2000,9000)
while (!$portfree(%port)) inc %port
socklisten msn.client.rmc %port
}
and i noticed
%msnc.newcon
so i looked that up
if ($server == $null) %msnc.newcon = $cid
so i was wondering ... is there a way to edit those codes so that it doesn't open a new status ?
====
when i type /join %#----- for example .. i get this in the window i typed it ((in this case a room))
( 07:36p ) • %#---- found, joining... (Lookup time: 0.328 seconds)
and then a new status open and this comes up
( 07:36p ) * Connecting to 127.0.0.1 (24650)
-
1 0 GateKeeper,NTLM 512 *
-
127.0.0.1 AUTH GateKeeperPassport S GKSSP\0a\0\0\0\0\0\0\0¤×08wCÚ¨
-
127.0.0.1 AUTH GateKeeperPassport S OK
-
127.0.0.1 AUTH GateKeeperPassport * 28BFF4BBF69C2CCE@GateKeeperPassport 0
-
so there must be a way in the actual connection to stop a new status opening up ...