egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[SOLVED] [TCL] Released v103 help!

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
bleh1234
Voice


Joined: 22 Mar 2007
Posts: 11

PostPosted: Thu Mar 22, 2007 8:14 pm    Post subject: [SOLVED] [TCL] Released v103 help! Reply with quote

Hi all,

first post and as always with a problem.

I tryed to use Released v103 in script archive but for some reason i can't get it to work on windrop.

Maybe some1 can explain how it need to be properly installed or knows a better script that does the same?


Last edited by bleh1234 on Fri Mar 23, 2007 3:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Thu Mar 22, 2007 8:43 pm    Post subject: Reply with quote

Code:
# Location of the file to store data in.
# Location of the file to store data in.
set released(datafile) "/usr/home/ladysin/released.dat"
set released(datafile) "/home/flirtbot/released.dat"

#Elviraa
set released(datafile) "~/released.dat"

One variable is all that is required and if (the script is) properly configured it should function as expected.

Hint:
Code:
./directory/released.dat

_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
bleh1234
Voice


Joined: 22 Mar 2007
Posts: 11

PostPosted: Fri Mar 23, 2007 9:23 am    Post subject: Reply with quote

Well that is what i thought also but those .dat files aren't created.

Code:
# Location of the file to store data in.
# Location of the file to store data in.
set released(datafile) "/usr/home/ladysin/released.dat"
set released(datafile) "/home/flirtbot/released.dat"


There are 2 lines but why need 2?

this is what i did, just to get that .dat file appear

Code:
# Location of the file to store data in.
# Location of the file to store data in.
set released(datafile) "released.dat"
set released(datafile) "released.dat"
***NOT WORKING
# Location of the file to store data in.
# Location of the file to store data in.
# set released(datafile) "released.dat"
set released(datafile) "./released.dat"
***STILL NOTHING


This i didn't get also so i leaved it that way

Code:
#Elviraa
set released(datafile) "~/released.dat"


Starting eggdrop/windrop doesn't gave any error ?¿?¿?¿

Gonna try it again later today, such a simple script can't be a big problem probably a typo Wink
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Fri Mar 23, 2007 9:34 am    Post subject: Reply with quote

The coder left those lines as examples expecting (erroneously) that the person using the script would figure it out.

You dictate where the file (released.dat) should go.

The following places it in your windrop folder:
Code:
set released(datafile) "./released.dat"

Note: Delete all other references to "released(datafile)" as (previously explained) you just need the one reference.
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber