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

by Kaa
Tue Feb 25, 2014 1:11 am
Forum: Script Requests
Topic: problem tcl horoscope
Replies: 0
Views: 4293

problem tcl horoscope

The author is gone and doesn't respond to emails. ### GLOBALS ### set oroscopo(version) 1.5 package require http http::config -useragent "Mozilla/1.0" ### END GLOBALS ### ### FLAGS ### setudef flag oroscopo ### END FLAGS### ### BINDS ### bind pub - !oroscopo oroscopo:request bind msgm - * ...
by Kaa
Thu Jan 09, 2014 11:48 am
Forum: Script Requests
Topic: Tcl change topic automatically every 6 hours
Replies: 0
Views: 3210

Tcl change topic automatically every 6 hours

Hello, I need a simple tcl to change topic (the topics are present in a file) automatically every 6 hours. Can you help me? It's very important. Thanks a lot
by Kaa
Fri Mar 08, 2013 4:21 am
Forum: Script Support & Releases
Topic: Problem meteo.tcl
Replies: 0
Views: 4631

Problem meteo.tcl

meteo-0.2.tcl for eggdrop (05/11/2002) # by elf- at #egghelp on AzzurraNet (irc.azzurra.org) # # per attivare lo script è necessario impostare il flag +meteo al canale (.chanset #chan +meteo) set meteo_version 0.2 bind pub - !meteo meteo:request setudef flag meteo package require http http::config ...
by Kaa
Sun Mar 03, 2013 4:01 pm
Forum: Script Support & Releases
Topic: Problem trivia.tcl by Souperman [SOLVED]
Replies: 2
Views: 10214

Problem trivia.tcl by Souperman [SOLVED]

##################################################################### #PLEASE customise the settings before rehashing your bot! # ###################################################################### # The full path to the file containing the questions and answers. # The account the bot runs on mu...
by Kaa
Fri Mar 01, 2013 12:44 pm
Forum: Script Requests
Topic: Ansa.tcl
Replies: 5
Views: 9940

After doing this change, have you rehashed the bot? putdcc -raw 0 [string length $str] $str Error: Tcl error [ansa:request]: wrong # args: should be "putdcc idx text ?o ptions?" putnow 0 [string length $str] $str Error: Tcl error [ansa:request]: wrong # args: should be "putnow text ?...
by Kaa
Fri Mar 01, 2013 9:52 am
Forum: Script Requests
Topic: Ansa.tcl
Replies: 5
Views: 9940

caesar wrote:The error is self explanatory. How hard it to change an word on your own? Hint:

Code: Select all

putdccraw 0 [string length $str] $str
I changed before this post:

putdcc 0 [string length $str] $str
putnow 0 [string length $str] $str

but alway error...
by Kaa
Fri Mar 01, 2013 7:14 am
Forum: Script Requests
Topic: Ansa.tcl
Replies: 5
Views: 9940

Ansa.tcl

### GLOBALS ### set ansa(version) "3.1" set ansa(url) "http://www.ansa.it/main/notizie/awnplus/^RUBRICA/synd/ansait_awnplus_^RUBRICA_medsynd_Today_Idx.xml" set ansa(timeout) 5000 ### Percorso di salvataggio dei Database delle news (la directory deve esistere) set ansa(filepath) ...
by Kaa
Mon Nov 12, 2007 7:54 pm
Forum: Script Support & Releases
Topic: I'm looking for boggle game
Replies: 5
Views: 4571

First at all thanks both for having answered to my question.

rosc2112: I'm not able to remove tk elements in the bogged tcl. I see you have adjusted some tcl. Can you tell me where can I find them? Thanks
by Kaa
Mon Nov 12, 2007 11:05 am
Forum: Script Support & Releases
Topic: I'm looking for boggle game
Replies: 5
Views: 4571

I'm looking for boggle game

I found online boggle.tcl but it's encrypted and in French language. I need the original version without encrypt for modifying it. There 's anyone who knows where can I find it? Thanks