I figured I'd put all of these in the same thread since they I am having the same problem with all of them. The trigger for them isn't working. Funny thing is, I had google.tcl working just 2 days ago and now it doesn't work. All load fine but none give feedback from the trigger commands.
I can get beer.tcl and timebomb.tcl to work just fine so I am not sure if I am just missing something in the scripts or perhaps I am just illiterate. Not sure but if anyone would be willing to help, I'd greatly appreciate it.
The scripts ?8ball and holdem both require you activate them for given channels with a .chanset command.
I have doubts that you have set these scripts to work in your channel(s).
The google script has this line: package require http
I believe it is unable to find the required package and is not loading.
You will need to address each script and find out what you have missed in their setup.
It's Not an Eggdrop issue, as my simple beer.tcl script is working fine.
I did give the .chanset commands, with ?8ball it said this Successfully set modes { +8ball } on #SanzenHQ and with the holdem channel it told me +holdem was not a valid option.
The beer.tcl script works for me as well.
edit: I got google.tcl to work, apparently that script requires a chanset command as well. I don't remember it needing one.
edit2: I had to put in the admin command for ?8ball for the language to be set. ?8ball now works.
Well [censored], I completely removed the script and then re-added it after the recompiling of the bot and what do ya know, +holdem is a valid mode.
Not really sure what the problem was or how it was remedied but it's all good now! Thanks!
I got google.tcl to work, apparently that script requires a chanset command as well. I don't remember it needing one.
edit2: I had to put in the admin command for ?8ball for the language to be set. ?8ball now works.