I've tried both Bible.Tcl scripts from this site but can't seem to get either one of them to work.
The first one works in private, but can't seem to post verses on the channel. There is no error message, it simply doesn't respond on the channel. It does have the capability to give verses on the channel, it simply does not do it for some reason that i can't seem to figure out, but the code is there.
The second one gives an error message saying it's missing 1.dat, even though 1.dat isn't included in the zip file
Any suggestions?
PS.
Both scripts are called Bible.Tcl
The compressed files are bible-0.5.tar.gz and bible.zip
Thanks for responding. The script has two sets of code, one bind command gives the verse on the channel while the second one gives it only in private. The one that gives it on the channel does not work, and is unfortunately the one i need. The one that gives it in private works, but is of course not very useful for me. I've tried to modify that second set of code to read it on the channel but get errors.
Rosc2112,
Thanks for the suggestion. I've edited the original post to include the tcl names and the zip file names as well as adding direct links to the files themselves.
Thanks for testing it, i appreciate you attempts to help me with this.
I did indeed download web_olb.zip and extracted it into a subfolder, and am paying attention to to the upper and lower casing. Remember, it works in the private messaging, but not in the public commands, so the files are there, and they do work .... they simply don't work on the public channel for some reason.
I would greatly appreciate any other thoughts you have that could shed some light on this little mystery.
The script works completely for you, and i appear to have installed it well, since it works in private for me. I can't understand why it doesn't work on the public channel.
If the files were in the wrong place, if the path was written down wrong in the tcl, or if i was typing the command improperly, one would think that it would not work in private as well as not in public.
PS.
Just to add a little detail to what exactly is going on ...
If i type the command wrong {for example without capitalising Genesis}, it will tell me i have the wrong book and even give me a listing of the books. If i type it perfectly, there will be no reply whatsoever, not even an error message in the console.
If if type the exact same command {minus the !} in a private window however, i get the verse displayed without any error.
I was thinking of trying to find a way to alter the code a bit, to make it listen for the command on the public channel and then triggering the private message part of the script, and then having that send the verse to the channel rather than a private notice ... but now that you say the public portion of the script works for you, i'm a bit at a loss on what to do next.