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.

Bass Seen Help

Old posts that have not been replied to for several years.
Locked
T
Tayl

Bass Seen Help

Post by Tayl »

Alright, the newest Bass seen script is running on the newest Eggdrop bot, and it works in the channel. The problem is that it isn't creating the database. Now, I searched the archives of the forum and see that I need to make sure that the correct variable in the file is set...but I have it set to the correct directory. Here is what I tried:

set bs(path) "/home/irc/eggdrop/bs_data_CoveBot/" -- this didn't work

set bs(path) "/home/irc/eggdrop/" -- this didn't work

set bs(path) "/home/irc/eggdrop" -- this didn't work

None of these produced the database at all. Just...nothing gets produced. The eggdrop file is in the /home/irc/eggdrop directory, so it SHOULD work for the second one, but...what am I missing? This is driving me crazy! Thanks.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I guess u should specify a file where the information should be stored ?
for example "/home/irc/eggdrop/bs_data.txt"
T
Tayl

Post by Tayl »

Nope, that doesn't work either. Nothing happens when I try it your way, or when I do this:

set bs(path) "/home/irc/eggdrop/bs_data_CoveBot"

Image
Locked