Tonight I reunited with my Raspberry Pi;
I haven't been on it for a little while, as last time I simply got overly frustrated with an IRC Bot problem. Of course, nothing's changed on my Pi (Except possibly my IP- although I thought I made it static...).
Oh, and by the way: You may want to skim read this next bit, or you'll fall asleep.
Unfortunately, neither has my IRC bot problem. Ages ago I tried installing a fun little chatbot on my IRC LAN server, called eggfu http://egg-fu.sourceforge.net/ . It basically 'learns' thing from what people on your server say, like this: 'My friend is funny' or Pizza is nice. The 'is' part is the keyword for the eggfu bot to 'learn', by putting the sentence in a .txt file. So 'Pizza is nice' would look like 'Pizza => nice' in the text file, so the bot knows that if 'Pizza' is ever mentioned again that it can say 'Pizza is nice' or something similar.
Of course, when I installed it it just had to have a billion little problems in it's Tcl script file- Of which MOST of them I fixed using some logic and googling. However, I've run into a seemingly impossible problem to solve- I got this:
'Tcl error [askquestion]: syntax error in expression "$triggered && ($ignorecheck == -1) && ($chancheck = -1 || $e...": looking for close parenthesis'
I've found that line in the Tcl script itself, but I can't think how to fix it. It's probably just missing something obvious (no doubt a '$' sign or something) but any aid would be appreciated, if I don't fix it first.
You can stop skim-reading here!
So any help would be great.
Thanks again,
- RollingBarrel