is there any way to do this in a tcl script:
check every 5 mins if a user is on a channel #x, if yes then .chanset #x -something, else .chanset #y +something.
Any help? thanks
i already did, and that's why i resumed this topic, because i searched in the forum, and this was the topic that looks more like to my problem... i have this problem after have upgraded the ubuntu dapper linux distro. It's not a script problem, just some linux package got upgraded or removed.. need ...
hello, i have same problem with : [12:24] couldn't load file "/usr/local/lib/mysqltcl-3.01/libmysqltcl3.01.so": /usr/lib/libmysqlclient.so.15: version `MYSQL_5.0' not found (required by /usr/local/lib/mysqltcl-3.01/libmysqltcl3.01.so) while executing "load /usr/local/lib/mysqltcl-3.01...
doing the import thing turn my mouse cursor into a cross and wait... when i click anything it makes 2 sounds and then return to prompt..
it does make any sense?
hello, i installed mysql 5.0 and mysqltcl. Now what should i do to get the tcl working? i can't get the point of: # -------------------------------------------------------------------- # Install # -------------------------------------------------------------------- # - import mysql-dump "myquot...
Is there a way to let a tcl script communicate with a java program? since it's quite difficult to find support about auth ssl ftp connection on tcl, maybe is easier to do the job with a java application. The idea was to catch the trigger from irc with tcl script, that starts the java application, an...
Is there a way to connect to a ftp that require AUTH SSL connection using tcllib? If not, is there any other ftp package that support it? thanks in advance
Hello, i wonder if there is a way to fxp using ftp package of tclib. I want to transfer one file from a ftp location A to another ftp location B.
I saw post to transfer file from local to remote, but from remote to remote?
Anybody has a clue? Thanks in advance
I downloaded psyBNC_v1.3.tcl and set it up with bnc password and all other options, i edited my conf file of windrop with : set servers { ip:port } where ip:port are ip and port of the bnc. But when i try it i get : [10:15] Identd was Already On, Listening On Port 113, Replying as ident [10:15] Tryi...
I have a problem with getting data from a redirection page : set url "<a url that point to a redirection page>" set http [ http::geturl $url ] putlog "[ http::code $http]" set html [ http::data $http ] set fs [open "test.txt" w+] puts $fs $html close $fs i get in logs :...