Well.. It worked for a few weeks, but now out of nowhere, I get an error when using murf's weather tcl. When I do .wz, .wz <zip> or .wz <city> I get this:
[15:10] Tcl error [pub_wz]: can't use non-numeric string as operand of "*"
<tr BGCOLOR=#FFFFFF><td>Temperature</td>
<td>
<b>75</b>° F
/
<b>24</b>° C
</td>
</tr>
The error the bot is giving is:
[bot(dcc)] [21:39] Tcl error [pub_wz]: can't use non-numeric string as operand of "*"
A bit more info.. wzout is the html found from http://www.wunderground.com/cgi-bin/fin ... [i]zipcode[/i][/b] and after its string'ed to the first "Updated" string found there. (Which appears to get it set up in the right area still)
Heh.. After a bit more debugging, I found that it is the expr command that is failing, (catch was returning non-zero's) and therefore it is not reading that bit of html in correctly..
Muhahaha! Expect a unofficial update because murf's hasnt gotten around yet (if he made one yet) in the next day, I found what was making that error and have just about finished adjusting it.
I noticed this a few times as well, but after the user reset their default it was fine. *boggle* Let me know if doing a .wz -d <zip> then .wz does not work right, and I'll look at it again.