mIRC Home    About    Download    Register    News    Help

Print Thread
#159385 16/09/06 05:40 PM
Joined: Apr 2005
Posts: 1,009
raZOR Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
i put for my bot this:

on 1:CONNECT:{
//write IP-addr-date.txt $date $ip
}

but instead to write:
date ip
date ip
date ip
...

it only wrote:

date ip
date
date
date
...

why?


IceCapped
#159386 16/09/06 07:50 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
maybe it didnt have a value for $ip yet
if its requestion it from the irc server you might be beating it to a reply

on 1:CONNECT:{ .timer 1 30 write IP-addr-date.txt $!date $!ip }

Hows that work?

#159387 16/09/06 08:10 PM
Joined: Apr 2005
Posts: 1,009
raZOR Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
oh sweet, it worked.

thanks !


IceCapped

Link Copied to Clipboard