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.

?8ball.tcl and holdem.tcl and google.tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

?8ball.tcl and holdem.tcl and google.tcl

Post by Sanzen »

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.
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

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
.
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

Post by Sanzen »

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!
w
willyw
Revered One
Posts: 1196
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

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.
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

Post by Sanzen »

Thank you!
b
boring
Voice
Posts: 1
Joined: Sat May 09, 2015 3:26 am

Post by boring »

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.
Post Reply