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.