Can someone help me with the tinyurl expansion? I added both "source scripts/rss-synd.tcl" and "rss-synd-shortlink.tcl" to my eggdrop.conf file, but it doesn't works. set rss(emsc) { "url" "https://www.emsc-csem.org/service/rss/rss.php?typ=emsc&magmin=2" &...
Is it possible to show all the tweets of a particular user and parse them when he tweets?
I'm looking for a script just to send a message to a chan when a particular user tweets
I'm using this code set ftp(host) "host" set ftp(user) "user" set ftp(pass) "pass" set ftp(dir) "logs" set ftp(updir) "eggdrop" bind time - "* 00 * * *" timed:upload proc timed:upload {m h d m y} { global ftp if {[catch {exec /bin/ping $ftp...