This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 53 matches

by Jagg
Tue May 06, 2014 10:01 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432248

Using the latest version v6.01d and always have these lines in the partyline [16:00:00] Tcl error [proc:twitter:followers:auto]: no such channel record [16:00:00] Tcl error [proc:twitter:friendsauto]: no such channel record [16:01:00] Tcl error [proc:twitter:trackauto]: no such channel record [16:01...
by Jagg
Wed Jan 22, 2014 5:50 am
Forum: Script Support & Releases
Topic: Create Trigger Script
Replies: 15
Views: 29828

Hmmm, can't reproduce it again. Now everything looks good, even

Code: Select all

!trigger that's: ("a test"), another test (-!user blubb 12-2): https://www.etestasfsdf.com next: test
worked.

Sorry :? 8)

...and thanks for this script!
by Jagg
Mon Jan 20, 2014 7:21 pm
Forum: Script Support & Releases
Topic: Create Trigger Script
Replies: 15
Views: 29828

...are there " allowed as/in descriptions?! When I use " in desr the trigger isn't saved here.
by Jagg
Thu May 24, 2012 8:05 am
Forum: Scripting Help
Topic: small regexp to convert a url
Replies: 2
Views: 4046

Thanks
by Jagg
Wed May 23, 2012 9:55 am
Forum: Scripting Help
Topic: small regexp to convert a url
Replies: 2
Views: 4046

small regexp to convert a url

Hi, which regexp do I need to regexp a url like http://www.ftd.de/finanzen/maerkte/:zahlungsverzug-die-bonitaet-der-kunden-pruefen/70040990.html#utm_source=rss2&utm_medium=rss_feed&utm_campaign=/finanzen/maerkte to www.ftd.de/article/70040990.html So - www.ftd.de is always the same - look fo...
by Jagg
Thu Mar 29, 2012 11:37 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432248

I don't get this error only in the partyline, there are also shown in the irc chan. And really no twitter command is working in the chan, always only get this error message :?
by Jagg
Thu Mar 29, 2012 10:17 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432248

I updated to newest version (v5.05c) and now I always get only that line

Code: Select all

 OAuth failed: (???) Unknown problem... No reason given...( timeout )
by Jagg
Wed Mar 09, 2011 12:36 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 649740

Hey. Nice one. Thanks a lot. Got mine working now Is it possible to get the Time Data changed. Right now its 2010-11-22T19:11:33+01:00 I would like to get it in this way Date: 22.11.10 - Time: 19:11:33 +1 ...and it would also be nice to have an "offset" option because the time in source c...
by Jagg
Wed Mar 09, 2011 4:41 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432248

It crashed my bot :wink: (until I set that "}"... don't know if i edited something wrong before... but i don't think so)
by Jagg
Tue Mar 08, 2011 4:27 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432248

from eggtcl chat:
[17:25] speechles: i think you forgot a } after line 1401 in your new twitter.tcl version 5.03
by Jagg
Tue Mar 08, 2011 10:29 am
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11724

@arfer
...looks really good here now on my CET server! THANKS!!!
by Jagg
Tue Mar 08, 2011 6:46 am
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11724

@caesar i think that is not that simple... already tried this of course. but if {[catch {set datevalue [clock scan $date]}]} {return e8} clock scan only work with english monthnames!? see % set datevalue [clock scan 8-march-2011] 1299538800 % set datevalue [clock scan 8-märz-2011] unable to convert ...
by Jagg
Tue Mar 08, 2011 5:28 am
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11724

I have now the problem that my server/eggdrop is in CET time. so i get this % clock format [clock scan now] -format "%B" März % clock format [clock scan now] -format "%A" Dienstag That means I have a problem now... because that clock scan line only works with english month names,...
by Jagg
Mon Mar 07, 2011 7:31 pm
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11724

@arfer ...do your last posted version (above my post here) still work with tcl 8.4 and 8.5 or only with 8.5?
by Jagg
Mon Mar 07, 2011 2:34 pm
Forum: Scripting Help
Topic: Run function every X seconds?
Replies: 6
Views: 4452

@cimeran
How do you check the rss feed for new entries and only let the bot post the new ones? I'm also interested in such a script. Thanks