dident post the complete script !! but the actualy code part there are the problem ;) there are some release names in the text with a date and what i try to get it to list out from the website whne there are performed a search its lists [DUPE] »» 2 HITS FOUND! [DUPE] - The.Matrix.1999.INTERNAL.DVDR....
Hey i have a problem with a tcl any there can help me !!! ? here are the Code ! tcl set query [::http::formatQuery $actie $zoekstring ] set http [::http::geturl $a -query $query] set d [::http::data $http] set c [split $d \n] set hitregel [lindex $c 27] set b1 [split $hitregel "("] set hit...
Ohhh you lost me there ;) not alle the time there are the same values in stats ! [*] there can be one or many more and info inside [] can be difrent to 1. $stats = [A] 15 [C] 9 or 2. $stats = [E] 30 [G] 11 [H] 8 [S] 1 hope you follow what im trying to tell :) ohhh yeah it will always set the biggest...
Well how do i get it to out put if i split em to there are no more ? i can use a [lindex * db output stored in $stats set split [split $stats "\["] if { [lindex $split 0] == "" } { set msg "" } else { set msg "[lindex $split 0]" } but how do i get it to cuntin...
ì extract this from a database ! [A] 10 4 [C] 1 how do i make code so it shows up like that in chan ? [A] 10 4 [C] 1 i know i can make putserv "PRIVMSG $chan : [lindex $var 0] [lindex $var 1] putserv "PRIVMSG $chan : [lindex $var 2] [lindex $var 3] putserv "PRIVMSG $chan : [lindex $va...
Hey i cant find the function !!! i have #ChanA #ChanB set trigger "!" set upflag "|" bind pub $upflag ${trigger}sysinfo pub:sysinfo bind pubm $upflag "${trigger}sysinfo*" pub:sysinfo proc sysinfo2 { } { if {[catch {exec uptime} uptime]} { set uptime "Uptime non dis...
Hey all :) Well i have looked alot for a script and cant find it what i need: TCL for Eggdrop/windrop Logs on to a MS SQL Reads in a table every 10 Sec and if it finds a new ID it posts it in spesifyed chan also the possibility for !lastnews and !last5news will run on a windrop on a windows2003serve...