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 2 matches

by cquilliam
Sun Apr 24, 2011 12:43 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 651362

"Auto-Feed" not working?! So the script doesnt seem to auto announce for me.. Here are my settings: *snip* Also, whats with this: [code] [05:34] RSS Warning: couldn't open "bbc.db": no such file or directory. [05:34] RSS Warning: couldn't open "wired.db": no such file ...
by cquilliam
Thu Nov 05, 2009 10:56 am
Forum: Scripting Help
Topic: Adding multiple commands to Exec
Replies: 1
Views: 2028

Adding multiple commands to Exec

I am trying to create a url catcher for my eggdrop that not only stores the url, but also grabs the title of the page. Now, I have been able to achieve this goal by having tcl call an external bash script of the follow: the tcl part: set fd [open $urllogfile a+] set title [exec gettitle.sh $i] puts ...