Hello all,
I use this great script to make my channel visible on the net, but, since i upgrade my eggdrop to 1.6.6 and now 1.6.7, it not run properly, and i think the problem is in this part, because the routine 1 ok, but he never enter in routine 2. Any problem? Any idea? Any other tcl that do this better? Thank u
---
if {$pxi2h(status) == "on"} {
putlog "routine 1"
for {set i 0} {$i < [llength $pxi2h_history($chan)]} { incr i } {
putlog "routine 2"
puts $html " [[strftime "%H:%M"]][pxi2h:unconvert [lindex $pxi2h_history($chan) $i]]<BR>"
}
} else {
puts $html " <BR><CENTER><B>O F F L I N E !</B></CENTER><P>"
}
puts $html " </FONT>n <HR SIZE="1">n </BODY>n</HTML>"
close $html
---
This is a part of "ProjectX IRC 2 HTML v2.00 by Natrak", and i send to him an email, but he not respond to me.