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 7 matches

by coke
Sat Nov 06, 2010 4:47 pm
Forum: Script Support & Releases
Topic: Mysql query help
Replies: 10
Views: 10261

problem solved, thanks!
by coke
Sat Nov 06, 2010 4:11 pm
Forum: Script Support & Releases
Topic: Mysql query help
Replies: 10
Views: 10261

thanks for such a promt response! could you be so kind to show me where to put it/how to use it? i just achieved the result I wanted by creating a little pyramid of set color [lindex $row 2] if {$color == "6"} { set color2 "white" } else { if {$color == "5"} set color2 ...
by coke
Sat Nov 06, 2010 3:40 pm
Forum: Script Support & Releases
Topic: Mysql query help
Replies: 10
Views: 10261

Alright, I tried this script with my own query etc. and everything's just fine, but i.e. x (i.e. row 2) is stored in the DB as a number 1-6 that is normally processed by php on the server to display its actual meaning (x happens to specify team color, i.e. 3 = black). How could I modify this script ...
by coke
Tue Oct 12, 2010 7:28 pm
Forum: Script Requests
Topic: A script monitoring irc network status (/map > .txt)
Replies: 7
Views: 4633

willyw wrote:

Code: Select all


if {[file exists $mapfile]} {
	file delete $mapfile
 }


Excellent, now mapfile is being overwritten as requested! Thanks for the update, willyw! It is a fine script.
by coke
Mon Oct 11, 2010 6:16 pm
Forum: Script Requests
Topic: A script monitoring irc network status (/map > .txt)
Replies: 7
Views: 4633

Thank you very much for helping me. I edited set mapfile "map.txt" and I run the script. There were errors: <bot> [23:45] Tcl error [do:map]: can't read "mapfile": no such variable <bot> [23:45] Tcl error [mapstuff006]: can't read "mapfile": no such variable <bot> [23:4...
by coke
Sun Oct 10, 2010 12:36 pm
Forum: Script Support & Releases
Topic: Peak.tcl with notice when new peak is achieved
Replies: 4
Views: 8365

I just tried to use this script and eggdrop says [18:18] invalid command name "date" while executing "date" (procedure "load_peak" line 27) invoked from within "load_peak load" (file "scripts/peak.tcl" line 199) invoked from within "source scrip...
by coke
Sat Oct 09, 2010 1:24 pm
Forum: Script Requests
Topic: A script monitoring irc network status (/map > .txt)
Replies: 7
Views: 4633

A script monitoring irc network status (/map > .txt)

Hey, I need a script that would make the bot send /map command to the ircd (unreal) and then save ircd's replay to a txt file, say every 15 minutes. Nothing else. If you have any better idea how to monitor network status, don't hesitate to let me know. Would anybody be kind enough to help me out? Th...