hi all
, I have question about ip address:
I am using the following code:
on *:connect:{ localinfo }
and this part is from my theme:
Note: MSN has detected you have connected to this chat section from the ip address $ip
but I never see my IP when I join for first time and I need to hop to see it. I think that because diaplaying join eho is faster than getting localinfo then displaying it.
Is not there any better way to do it? 
Edited Jul 9, 2004 8:08 AM by DreaM
Ozzy10
Aerial Photographer Member #2
go to view > options
then click the + on Connect
then click local info
then make sure you have the following ticked
local host
ip address
then make sure you have lookup method set to normal
then click ok
then add this to its own file and try join a room
on first time it might not get ip, but after that it should have it
on *:connect: { localinfo }
on ^*:join:#: {
if ($nick == $me) {
echo $color(join) -t $msn.get($cid,room) 04Note: MSN has detected that you are connected to this chat session from the IP address 04 $ip $+04.
}
}
Edited Jul 9, 2004 11:24 AM by OZZY_10â„¢
My code does NOT have bugs. It just develops random features.
on first time it might not get ip, but after that it should have it
thank you ozzy but yes it is my problem and that is why I asked if there is a way to get it from first time directly because I should hop to see it 
thank you gate and latina also for reply
Edited Jul 9, 2004 2:46 PM by DreaM