Yes I set it......roger wrote:Set my default ?
Thanks for trying though. When I grab a paid one, I'll try again.roger wrote:
Code: Select all
Command bindings:
TYPE FLAGS COMMAND HITS BINDING (TCL)
pubm -|- ?%~\.* 0 ::saywz::say_w
pubm -|- ?%~\!* 0 ::saywz::say_w
Those are valid. It's how he wrote the script.spuniun wrote:I've installed the script and edited nothing other than API key and +weather on channel but I have the following binds which look invalid and bot does nothing for !w or any other cmd:eggy is eggdrop v1.8.4+base on ubuntu 16.04 with tcl8.6 (I assume this is backward compatible?)Code: Select all
Command bindings: TYPE FLAGS COMMAND HITS BINDING (TCL) pubm -|- ?%~\.* 0 ::saywz::say_w pubm -|- ?%~\!* 0 ::saywz::say_w
Code: Select all
<mynick> .binds *say*
<bot> [13:37:40] #mynick# binds *say*
<bot> Command bindings:
<bot> TYPE FLAGS COMMAND HITS BINDING (TCL)
<bot> pubm -|- ?%~\.* 20 ::saywz::say_w
<bot> pubm -|- ?%~\!* 61 ::saywz::say_w
<bot> time -|- * 21614 ::saywz::bindtime
Yeah, I tried the same thing. The new site has changed the format of the URL. I've been going crazy trying to figure out the new URL but haven't had much luck so far.BarGuy wrote:I see apixu is shutting down and switching over to weatherstack.com. I tried editing my sayweather script with my new api key and replacing the apixu input to http://api.weatherstack.com/current?access_key= but I still get Error: No Error and No Location Data?? when trying to trigger weather with my bot. Am I missing something?