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.
Support & discussion of released scripts, and announcements of new releases.
Sydneybabe
Op
Posts: 106 Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines
Post
by Sydneybabe » Fri Sep 28, 2007 8:42 am
hi anyone can help me regarding this daystill102.tcl by DrN it show always an error ---->
Tcl error [do_daystill_join]: can't read "chan": no such variable thanks for the help in advance
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Fri Sep 28, 2007 10:26 am
You need to show us the code here. But first, did you try contacting the script's author?
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Fri Sep 28, 2007 6:00 pm
Code: Select all
bind join - ******* do_daystill_join
proc do_daystill_join {nick uhost hand chan} {
global daystill
if {![daystillchan $chan]} {return 0}
putserv "NOTICE $nick :[getdaystill $daystill(month) $daystill(day) $daystill(year) $daystill(name)]"
}
DrN hasn't been around in ages, the script is for tcl 8.3.x and many of his scripts are broke in newer versions.
If you want a script that works and is maintained by its author, I've written 2 scripts that would do the same thing as DrN's scripts:
Topic Countdown script:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1470
Date script:
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1322
Sydneybabe
Op
Posts: 106 Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines
Post
by Sydneybabe » Sat Sep 29, 2007 12:33 am
thanks for the reply anyway is there a way that daystill tcl script can fix so that i can use it
thanks in advance.
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sat Sep 29, 2007 8:13 am
I use
this copy of the script error free. Maybe it will work for you.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
Sydneybabe
Op
Posts: 106 Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines
Post
by Sydneybabe » Thu Oct 04, 2007 8:56 am
i try the link you give Alchera but still get a same error ---> Tcl error [do_daystill_join]: can't read "chan": no such variable
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Thu Oct 04, 2007 5:25 pm
Sydneybabe wrote: i try the link you give Alchera but still get a same error ---> Tcl error [do_daystill_join]: can't read "chan": no such variable
Did you .restart your bot after loading the other script?
I am unable to reproduce your error with that script.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
Sydneybabe
Op
Posts: 106 Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines
Post
by Sydneybabe » Wed Oct 10, 2007 9:12 am
yes i did Alchera but still having that error