This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Question about a script

Old posts that have not been replied to for several years.
Locked
User avatar
stere0
Halfop
Posts: 47
Joined: Sun Sep 23, 2001 8:00 pm
Location: Brazil

Post by stere0 »

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.
Locked