| View previous topic :: View next topic |
| Author |
Message |
Sanzen Voice
Joined: 17 Jan 2014 Posts: 12
|
Posted: Fri Dec 26, 2014 12:46 am Post subject: ?8ball.tcl and holdem.tcl and google.tcl |
|
|
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.
?8ball http://pastebin.com/cnEy6RVU
holdem: http://pastebin.com/3GMZAbDd
google http://pastebin.com/Ubmw7GNe (I've tried a few different google ones and can't seem to get any of them to work)
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. |
|
| Back to top |
|
 |
SpiKe^^ Owner

Joined: 12 May 2006 Posts: 792 Location: Tennessee, USA
|
Posted: Fri Dec 26, 2014 12:09 pm Post subject: |
|
|
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. _________________ SpiKe^^
Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
. |
|
| Back to top |
|
 |
Sanzen Voice
Joined: 17 Jan 2014 Posts: 12
|
Posted: Fri Dec 26, 2014 1:31 pm Post subject: |
|
|
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! |
|
| Back to top |
|
 |
willyw Revered One
Joined: 15 Jan 2009 Posts: 1175
|
Posted: Fri Dec 26, 2014 2:36 pm Post subject: |
|
|
Do:
.chainfo #chan_name
in the partyline, to get a nice list of #chan_name settings within the bot.
Look for:
User defined channel flags:
and you'll see a list of such flags, as currently loaded by scripts, that you can set with either + or - .
I hopes this helps, in your future endeavors. |
|
| Back to top |
|
 |
Sanzen Voice
Joined: 17 Jan 2014 Posts: 12
|
Posted: Fri Dec 26, 2014 8:22 pm Post subject: |
|
|
| Thank you! |
|
| Back to top |
|
 |
boring Voice
Joined: 09 May 2015 Posts: 1
|
Posted: Sat May 09, 2015 4:18 am Post subject: |
|
|
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. _________________ https://littlelioness.net/
solarmovie |
|
| Back to top |
|
 |
|