Well that is what i thought also but those .dat files aren't created.
Code: Select all
# 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: Select all
# 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: Select all
#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