chasm wrote:egghead: there is/was no $t = "t"" on the code. that is wrong.
//chasm
chasm, you are twisting your own arguments and quotation marks. And appearantly it comes to those quotation marks for you before you recognise a "$t == "t"" in a 17 line script.
First you say:
can't seem to find "$t = "t"" in the code.
now you say:
egghead: there is/was no $t = "t"" on the code.
Before you claim something is "wrong", think twice.
Last edited by egghead on Wed Jan 08, 2003 10:01 am, edited 2 times in total.
As stated originaly, the script si pretty basic, and doesn't take any consideration for possible issues like this.
The script works by renaming the timer commands. When a timer is needed, the script adds information, that can be used to debug it later.
When you rehash, the script will try renaming the command again.
The issue is this second rehash.
Once the bot is loaded, there should be no need to rehash. The script is designed for use during debugging periods (like this) only, and isn't designed to be used as a everyday script fixer (As it doesn't fix scripts).
If you load the bot without the rename.tcl loaded, and there are no more of these timer errors, then the problems have vanished.
It could take days for them to occur, but I sugest you keep rename.tcl loaded, and do not do a rehash.
OK - go to your shell, and change to the bots script directory.
Note type the following
grep "unset \uhost" ./*
This should locate which script this is in.
Now paste the name fo the script, and where you can obtain it from (or upload a copy to some web-space, for use ot see, if it's not in the usual places).
We should be able to help a little more from there.
now i've tried every possible search-method using wildcards to find anything that matches 'unset uhost', but it looks rather hidden from mr. searchengine too.
there was no hit with 'unset uhost', 'unset*uhost' and all the other methods. i find alof of hits with 'uhost' and 'unset' (of course), but none that match 'unset uhost' etc.
i have done all my searches without the ' chars, yeah. hmpf.