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

by Zeta
Sat Sep 16, 2017 5:39 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 649796

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" &...
by Zeta
Fri Sep 15, 2017 7:34 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432252

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
by Zeta
Thu Aug 26, 2010 7:44 pm
Forum: Eggdrop Help
Topic: Info on partyline
Replies: 2
Views: 2723

Thanks Sir_Fz.
Another question
How can I return the directory of a executing script?
Like $scriptdir in mirc scripting :?
by Zeta
Thu Aug 26, 2010 3:58 pm
Forum: Eggdrop Help
Topic: Info on partyline
Replies: 2
Views: 2723

Info on partyline

My egg write in party line info about main channel every 5 minutes like this
[22:55:00] @#test (+trTn) : [m/4 o/3 h/0 v/0 n/1 b/0 e/0 I/0]
How can I disable it?
by Zeta
Sun May 23, 2010 12:39 pm
Forum: Script Requests
Topic: upload a file using FTP
Replies: 4
Views: 4574

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...
by Zeta
Sat May 22, 2010 6:41 pm
Forum: Script Requests
Topic: upload a file using FTP
Replies: 4
Views: 4574

upload a file using FTP

How can I upload a file with my eggdrop using FTP?
I want to upload a file in a website at 9 o'clock
How can I do that?
by Zeta
Wed May 05, 2010 1:50 pm
Forum: Scripting Help
Topic: CTCP
Replies: 1
Views: 1915

CTCP

How can I send ctcp in tcl? :D
thanks :D
by Zeta
Fri Sep 25, 2009 5:15 pm
Forum: Script Requests
Topic: timer every 2 minutes
Replies: 2
Views: 2194

Thanks Sir_Fz
you are the best!
by Zeta
Fri Sep 25, 2009 11:49 am
Forum: Script Requests
Topic: timer every 2 minutes
Replies: 2
Views: 2194

timer every 2 minutes

how i can launch a "bind time" every 2 minutes?

bind time - * blabla:blabla ...?
by Zeta
Wed Aug 13, 2008 1:15 pm
Forum: Script Requests
Topic: No Ban!
Replies: 1
Views: 1714

No Ban!

When someone bans a user, the bot unban the mask. how i can do this?
i dont success in this script, i've used search but i didnt found it


sorry for my bad english :oops: :D
by Zeta
Thu Jun 26, 2008 4:07 pm
Forum: Script Requests
Topic: Kill Revenge
Replies: 4
Views: 2338

Re: Kill Revenge

Alchera wrote: Only another IRCOp can kill you or your bot.
i know this :shock:
by Zeta
Sat Jun 21, 2008 3:36 pm
Forum: Script Requests
Topic: Kill Revenge
Replies: 4
Views: 2338

Re: Kill Revenge

Alchera wrote: Kill? Don't you mean ban?
no, it's corretct! kill! my eggdrop is an IRCop
by Zeta
Fri Jun 20, 2008 3:58 pm
Forum: Script Requests
Topic: Kill Revenge
Replies: 4
Views: 2338

Kill Revenge

I dont success in a simple script..

How i can do a script that.. if anyone kill me then the bot kill the agrressor o.O

tnx!

ps: sorry for my bad english :D :oops:
by Zeta
Sun Apr 13, 2008 6:14 am
Forum: Script Requests
Topic: key channel
Replies: 1
Views: 1636

key channel

well.. the problem is..
the channel is +k.. how can i join my bot in this channel?

i've founded many scripts that does this.. but i would join in this channel after the bot is identified to nickserv.. how can i do this?
Tnx!




PS: :? sorry for my bad english :D
by Zeta
Sat Apr 05, 2008 7:40 pm
Forum: Script Requests
Topic: Message on quit
Replies: 3
Views: 2095

tnxxxx ^^ i do this bind sign - * quitZ proc quitZ { nick host handle chan reason } { global botnick if {$nick == $botnick} {return 0} if { [ lsearch -exact [ channel info $chan ] "+porc" ] == -1 } { return } putserv "PRIVMSG $chan : TEXTTTTT" } and it's works.. §:P but.. i've a ...