br00 wrote:
i've tried fresh clean latest tcl and no difference (using incith:google-1.8.7c at the moment), any help?
The 1.8.7c available
here is the exact same version I am running on my bot. I've checked it with diff -u and it finds nothing. Sorry, but, no, I don't have any great ideas. Tried killing & restarting your bot ?
tmyoungjr wrote:
in #chat my bot doesn't respond at all and i dont get any errors while watching the terminal, nor in the log.
Run .binds in your bot console, look for the line as per below.
The "Hits" is a counter for how many times the bot has used that bind.
Code: Select all
<|EggDrop|> [12:35] #madwoota# binds
<|EggDrop|> Command bindings:
<|EggDrop|> TYPE FLGS COMMAND HITS BINDING (TCL)
<|EggDrop|> pubm -|- * 652 incith::google::public_message
Now, run a !g test in #bottest, check .binds again, see that the HITS have gone up. Then do the same in #chat, check the .binds again. If you see the hit counter increment, then you know the bot actually received it and processed it, and providing all went well, probably spewed out some data. I'm guessing you're seeing a network or channel restriction on your bot more than anything (like speechles said above, could just be moderated without +v...).
You could try changing your settings so that the bot responds with a privmsg or privnotice to the public command. This would verify the bot config and script for the channel and show just that channel is blocking.