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

by ldevries
Fri Aug 16, 2013 5:42 pm
Forum: Shell & Bouncer Help
Topic: Xchat DCC Eggdrop Login
Replies: 0
Views: 11931

Xchat DCC Eggdrop Login

I need help with this... I'm trying to have a autologin to the bot via DCC my $version = "v1.0"; Xchat::register("Login", $version, "Login $version", ""); $hook{"NOTICE"} = Xchat::hook_server("NOTICE", "login"); $hook{"PRIVMS...
by ldevries
Mon Mar 18, 2013 10:20 am
Forum: Scripting Help
Topic: event schedule from the bot channel
Replies: 1
Views: 2484

Was able to find out how to do it and figured I would post it here for others. in the partyline do the following 1st: .tcl proc announceStuff {msg args} { putmsg #<channel> $msg } then you can load the timer with the following: .tcl bind time - "10 11 17 02 2013" [list announceStuff "...
by ldevries
Sun Mar 17, 2013 9:12 am
Forum: Scripting Help
Topic: event schedule from the bot channel
Replies: 1
Views: 2484

event schedule from the bot channel

looking for a way to create a time event from the bot channel. ie .tcl bind time 00 09 * * * <post to channel>? and then delete that event afterwards
by ldevries
Sun Mar 17, 2013 8:28 am
Forum: Script Requests
Topic: Post Event To Channel from Info Obtained From A Web Site
Replies: 0
Views: 2485

Post Event To Channel from Info Obtained From A Web Site

Looking for a script that reads a daily event from this web site::::: http://www.bloomberg.com/markets/economic-calendar/

and then post each scheduled event 10 mins prior to that event to a channel.

example of post:

Economic Event in 10 minutes - <event>
by ldevries
Sat Mar 16, 2013 5:34 pm
Forum: Scripting Help
Topic: bind cron
Replies: 5
Views: 4523

After doing some more research I found that march month is 02 not 03. Thus it works and the problem is now solved. Thanks for your help
by ldevries
Sat Mar 16, 2013 4:41 pm
Forum: Scripting Help
Topic: bind cron
Replies: 5
Views: 4523

Re: bind cron

In the partyline, do: .binds *cron* and see what you have listed. Perhaps you have edited that bind, (and you used .rehash) and an old bind is still there? If so, the solution is to do: .restart[/quote] I have the following to clear bind crons & time on .rehash which works proc removeallbinds {b...
by ldevries
Sat Mar 16, 2013 4:31 pm
Forum: Scripting Help
Topic: bind cron
Replies: 5
Views: 4523

thanks.. gave that a try and it did not post... I had bind time - "55 16 16 03 *" do_test_post proc do_test_post {min hour day month year} { global stockchan putserv "privmsg $stockchan :\0034Economic Event In 10 Minutes\017 - \00312test\017" } I confirmed witn .bind *time* <STBo...
by ldevries
Sat Mar 16, 2013 11:31 am
Forum: Scripting Help
Topic: bind cron
Replies: 5
Views: 4523

bind cron

I have a .tcl script that calls for a event on mar 19 @ 8:20am. I have the following entry: bind cron - "20 08 19 03 *" do_hs_post proc do_hs_post {min hour day month weekday} { global stockchan putserv "privmsg $stockchan :\0034Economic Event In 10 Minutes\017 - \00312Housing Market ...
by ldevries
Sun Feb 24, 2013 12:08 pm
Forum: Eggdrop Help
Topic: help with error
Replies: 3
Views: 5866

Yeah.. I realized after I posted that I needed the ./eggdrop

Thanks anyway.. Problem solved.. Interesting that the program started ok and connected to the server but thats as far as I could get. You would think with errors that the program would bomb. Oh Well...
by ldevries
Sat Feb 23, 2013 7:08 pm
Forum: Eggdrop Help
Topic: help with error
Replies: 3
Views: 5866

help with error

I have installed eggdrop 1.6.21 on UBUNTU 12.04amd64 host. I complied the program without any errors however when I start eggdrop with -mn I see the following error. Can't load modules channels: This module requires Eggdrop 1.6.20 or later. Can't load modules irc: This module requires Eggdrop 1.6.20...