Search found 7 matches

by x-y-no
Fri Aug 26, 2011 3:54 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433906

UPDATE: Replacing this in proc:twitter:jsondecode:restapi if {[string length $t1]} { if {[string length $r1] != [string length $t1]} { set t "$ck $t1" } } with this: if { [info exists t1] } { if {[string length $t1]} { if {[string length $r1] != [string length $t1]} { set t "$ck $t1&q...
by x-y-no
Fri Aug 26, 2011 3:14 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433906

Hi speechles, First of all thanks for this great script - I've been using it for a while and up to now it has worked great. Lately, however, I'm having these two problems, which I assume are related: In dcc, I get: [Twitter]: OAuth failed: (???) Unknown problem... No reason given...( timeout ) and o...
by x-y-no
Sun Jun 26, 2011 8:58 pm
Forum: Script Support & Releases
Topic: shoutcast.tcl v1.03 by domsen
Replies: 5
Views: 11353

This line: bind time - "?0 * * * *" advertise is what's making the ad go every 10 minutes. I don't think you can do complicated stuff in the mask, so I'd just make this two lines: bind time - "0 * * * *" advertise bind time - "30 * * * *" advertise Put the isop check in...
by x-y-no
Mon Mar 01, 2010 7:32 pm
Forum: Script Requests
Topic: Egghttp and Alice.tcl
Replies: 12
Views: 8741

Watchguard is at your end, not the site.

I'm guessing you're doing this from a corporate network?
by x-y-no
Sun Feb 28, 2010 8:52 pm
Forum: Eggdrop Help
Topic: Nothing Seems To Work :-(
Replies: 4
Views: 3380

The "built in" commands that start with "." only work in DCC chat (i.e. the partyline) Did you take ownership of the bot? First thing you should do after starting the bot with the -m flag is to go to the channel and: /msg <botnick> hello to take ownership. Then /msg <botnick> pas...
by x-y-no
Sat Feb 27, 2010 11:45 pm
Forum: Script Support & Releases
Topic: google autocomplete
Replies: 0
Views: 2558

google autocomplete

Somebody in the #eggdrop irc channel last night asked about a google autocomplete script and it seemed to me it would be a fun thing to try and write, so I whipped this out this evening ... It seems to work OK, but I suck at tcl so I'm sure there's a lot of things that could be improved. For one thi...
by x-y-no
Fri Feb 26, 2010 2:57 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055943

[23:11] Incith:Google unable to find zlib or trf package! Gzip disabled. [23:11] Incith:Google requires gzip decompression with wikipedia and Wikimedia. As a result, every article will not work for you. what will be the problem here? I've yet to see a page it fails on, but if you want to make this ...