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.

Search found 6 matches

by seeb
Fri Aug 15, 2008 1:59 am
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

yeah it works thx a lot :) here the script fpr those who want to try it, too MySQL hostname set db(host) "localhost" # MySQL user set db(id) "user" # MySQL password set db(pass) "pass" # MySQL database set db(dbase) "dbase" # load the mysqltcl interface packag...
by seeb
Thu Aug 14, 2008 6:13 pm
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

i did so, but nothing happens. i also added
bind pub "-|-" !news news_post
but when i say !news in channel or private chat nothing happens, too. how can i debug whats going wrong?
by seeb
Thu Aug 14, 2008 6:01 pm
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

Well, I installed the lib and I changed the tcl script? How can I start it?
by seeb
Thu Aug 14, 2008 5:51 pm
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

thx for your reply, I guess we wrote simultaniously
by seeb
Thu Aug 14, 2008 5:49 pm
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

Well, I found some parts and mixed them together. What do you think of this? How can I start it? How does my bot to know use this script? I hope I'll find out before wasting your time. And where can I get the libmysqltcl.so? # MySQL hostname set db(host) "localhost" # MySQL user set db(id)...
by seeb
Thu Aug 14, 2008 5:12 pm
Forum: Scripting Help
Topic: Tcl script with constant database check
Replies: 9
Views: 6271

Tcl script with constant database check

hi all, I just installed my first eggdrop bot. I never used tcl and it's some time ago that I programmed something in C. I want to write a small script that checks my mysql database every minute and prints new infos to the channel. is that possible? does anything like this already exist? i found a t...