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
Mon Mar 07, 2011 8:57 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433911

I get such error logs in partyline [13:49:30] Tcl error [proc:twitter:user2]: Unknown option -urlencoding, must be: -accept, -proxyfilter, -proxyhost, -proxyport, -useragent [13:51:00] Tcl error [proc:twitter:friendsauto]: Unknown option -urlencoding, must be: -accept, -proxyfilter, -proxyhost, -pro...
by Jagg
Mon Mar 07, 2011 8:12 am
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11770

Thank you very much!!! :!:
by Jagg
Mon Feb 14, 2011 6:30 am
Forum: Scripting Help
Topic: Find date of second thursday of month
Replies: 18
Views: 11770

Find date of second thursday of month

Hi, which is the best/easiest way to find the date of the second thursday of a month ? My problem is... I have to cut a year in 4 "ranges"... Year start until 2nd thursday of march is the first range for example From 2nd thursday in march until 2nd thursday in june would be the 2nd range i...
by Jagg
Wed Feb 09, 2011 8:44 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433911

I always get this error !user <bott> OAuth failed: (401) Request: \/1\/statuses\/user_timeline.json?include_rts=1&screen_name=irc_tradingbot; Error: timestamp out of bounds eggdrop.conf: set timezone "CET" twitter.tcl: set twitter(fixMyDuration) "0" (also tried 3600/7200) My ...
by Jagg
Tue Feb 08, 2011 10:53 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433911

Can I use this tcl to only show/present the tweets from some twitter user I want? I don't want to make tweets from an irc channel or sth like that... I only want to set 3-10 twitter usernames the bot should "check for new tweets". If a new tweet was made from this 2-10 twitter names the bo...
by Jagg
Mon Sep 03, 2007 12:47 pm
Forum: Scripting Help
Topic: strange putserv question
Replies: 3
Views: 2902

ahh, there are \n in the source file so that could be the reason. How can I get rid of these \n?

(info: really backslash and n in the code, not meant as physical newlines)
by Jagg
Mon Sep 03, 2007 11:21 am
Forum: Scripting Help
Topic: strange putserv question
Replies: 3
Views: 2902

strange putserv question

Hi, I have five variables I want to output in one line (each variable consists of one number). But when I do putserv "PRIVMSG $chan :O: $today_open H: $today_high L: $today_low C: $today_close Change: $today_change" I get this output in the irc-chan: <MyEggdrop>O: 1461.50 That's all :roll:...
by Jagg
Sat Oct 21, 2006 4:40 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253766

see if you get any errors on bot's console (party-line); if not, that feed is probably redirected, and the script (still) can't handle redirection (it will be able to, from the next version) The url still exists in adress field of the browser, so don't think it's redirected. Will again look if ther...
by Jagg
Fri Oct 20, 2006 4:03 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 253766

@demond Thank you very much for this great script. I have some questions - the google rss feed in the code works just fine but when I add a yahoo stock rss feed for example this feed don't work!? set feeds(yahoo:#mychannel) {10 http://rss.news.yahoo.com/rss/stocks} why? (no error appears) - when a u...
by Jagg
Tue Sep 06, 2005 9:23 am
Forum: Archive
Topic: Bot should response to spoken word from user
Replies: 3
Views: 3740

bind pubm - * response proc response {nick uhost hand chan arg} { set i 0 foreach w [split $arg] { if {[string match \[*\] $w]} { set in $i ; break} incr i } if {[info exists in]} { puthelp "privmsg $chan :www.testurl.com/[string map {[ "" ] ""} [lindex [split $arg] $in]]&q...
by Jagg
Tue Sep 06, 2005 7:35 am
Forum: Archive
Topic: Bot should response to spoken word from user
Replies: 3
Views: 3740

Bot should response to spoken word from user

Hi,

how to do a little script that response a simple text if a user says a word which has a [ in front of the word and a ] after (like [help])

For example:

<user>please look for [help]
<eggdrop>www.testurl.com/[i]<the_word_from_the_user>[/i]

Thanks
by Jagg
Tue Aug 30, 2005 12:40 pm
Forum: Archive
Topic: Search script for Wikipedia
Replies: 4
Views: 4207

Ok, I see....

But there are many wiki-sites out there so this search script is still very interesting I think :?

All wiki sites use the http://www.mediawiki.org/ php script so all sites are "looking the same"!
by Jagg
Tue Aug 30, 2005 12:24 pm
Forum: Archive
Topic: Search script for Wikipedia
Replies: 4
Views: 4207

demond wrote:wikipedia has forbidden searches
Why that?! Searches "from outside" are forbidden or what does this mean exactly (on wikipedia there is a search function)?

Do you have a url where this restriction is shown?

Thanks
by Jagg
Tue Aug 30, 2005 8:45 am
Forum: Archive
Topic: Search script for Wikipedia
Replies: 4
Views: 4207

Search script for Wikipedia

Hi,

is there a search script out there which searches through wikipedia sites (for example the biggest one http://en.wikipedia.org) and prints the results in the channel?

Thanks
by Jagg
Fri Mar 18, 2005 6:14 am
Forum: Script Support & Releases
Topic: meteo.tcl not working
Replies: 20
Views: 29049

meteo.tcl not working

Hi, i use "International Weather Script v0.739" (from Ycarus) but the script don't work anymore since few days. Bot only response with "Sorry we don't have the weather of the city you ask for." on every request. Anyone has the same problem or is there a fix for that so it works a...