Sanzen wrote:For some reason I have been having problems with simple tcl scripts for my eggdrop. I have been trying to get ?8ball and holdem to work for about 2 days and can't figure it out and I'm not sure why.
First, be sure that your scripts are even loading. Use the
binds
command to check.
In the partyline do:
.help binds
to read about it. In the scripts, find the binds and compare. With the .binds command, if you don't find the binds that are in the scripts then your scripts are not loading.
If you do find the binds with the .binds command - then noted the number in the Hits column. Then go test again - try to trigger the script.
Then check again with the .binds command in the partyline. The Hits counter should have incremented. If not, then that's something to troubleshoot.
... and while I was at it, I'd finally put an auto identify script on there so my eggdrop gets op when it joins.
I have tried 4 scripts to no avail.
Check out:
http://forum.egghelp.org/viewtopic.php?p=95379#95379
That shows one way to do it, with just one line of code added to eggdrop.conf.
It may need small edits, depending on how the network wants the id sent.
Everything loads fine
How do you know?