Code: Select all
[10:10] Tcl error [pub_w]: can't read "data": no such variable
Code: Select all
[10:10] Tcl error [pub_w]: can't read "data": no such variable
Thank you very much for keeping this going for many years, I knew you would chime in eventually, I will wait till you finish doing much as you can before I add it, I prefer just the current weather of the day anyway.speechles wrote:New Version: Incith-weather 2.9d
Http://ereader.kiczek.com/incith-weather.tcl
Code: Select all
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Code: Select all
proc pub_hello {nick uhost hand channel arg} {
global botnick
putquick "PRIVMSG $channel :\001ACTION waves hello to $nick.\001"
return 0
}
bind pubm - "*hello*" pub_hello