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.

daystill.tcl error

Support & discussion of released scripts, and announcements of new releases.
Post Reply
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

daystill.tcl error

Post by Sydneybabe »

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 :D
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You need to show us the code here. But first, did you try contacting the script's author?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

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
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

Post by Sydneybabe »

thanks for the reply anyway is there a way that daystill tcl script can fix so that i can use it :( thanks in advance. :D
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

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
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

Post by Sydneybabe »

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
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

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
S
Sydneybabe
Op
Posts: 106
Joined: Fri Apr 27, 2007 3:31 am
Location: Philippines

Post by Sydneybabe »

yes i did Alchera but still having that error :(
Post Reply