I think this works now (crosses fingers) I am sure parts of this script might be written better. So, to all TCL experts (and non experts), please feel free to give me constructive criticism. ####################################################################### Script to create an AI bot for a chat...
The last code I pasted still has a problem. If you put a unmatched bracket, the bot will not respond and will show the error in the party line. Like this, for example: fovea, what is your name?] You'll see this error in party line: Tcl error [talkto_pub]: curl: (3) [globbing] unmatched close brace/b...
ok, let's try this again: ####################################################################### Script to create an AI bot for a chat room. # Uses https://www.pandorabots.com/botmaster/en/home for the AI brain # Written by heartbroken # version 2.4.3 # More info about the script: http://forum.eggh...
I hope this pastes ok. ###################################################################### # Script to create an AI bot for a chat room. # Uses https://www.pandorabots.com/botmaster/en/home for the AI brain # Written by heartbroken # version 2.4.1 # Written/edited by Branson # version 2.4.3 # Mor...
anotherrace, I realize it's been almost a year since you posted your question, but if you would like, I can post the script that I am using. Sorry I didn't see this sooner.
Koach
It seems the problem was the bot. I recompiled, from 1.8.0 to 1.8.1, went through the conf line by line, making some minor changes, but nothing that should have affected anything.
But, when i was done, everything works beautifully. Thanks again for all your time and work.
Koach
Thanks once again, heartbroken. I am still still having problems with fovea, the bot I have been asking about. Here is an example in the channel. [14:06] <Koach> hi fovea [14:07] <Fovea> Koach: and partyline: <Fovea> [16:10:50] couldn't open socket: Name or service not known ,error So I tested anoth...
heartbroken, I wonder if you have any idea why this happens. Periodically, the bot will just hang and stop responding. The error message I get in the party line is: couldn't open socket: Name or service not known ,error The bot isn't hanging in any other way, just in talking via pandorabots. Thanks....
heartbroken, I wonder if you, or anyone, might have an answer to this. When I type the bot's name starting with a lowercase f, the response includes the bot's name inserted in the sentence. An uppercase F, replies correctly. Example: <Koach> fovea branson is nuts <Fovea> Koach: Ok I will add that fa...
Thanks heartbroken, Everything works great. But, and I hope you don't mind me asking, I have one more question (I hope lol). How can i get the bot to respond when its nick has a trailing comma, or colon. For example "hi bot, how are you" or "Bot: what does this mean." I really ap...