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

by rrc55
Thu Jul 17, 2014 10:05 am
Forum: Modules & Programming
Topic: Module Timed Think Function
Replies: 5
Views: 14924

Thanks.
by rrc55
Wed Jul 16, 2014 10:31 pm
Forum: Modules & Programming
Topic: Module Timed Think Function
Replies: 5
Views: 14924

What are those and how do you use them?
by rrc55
Wed Jul 16, 2014 1:51 am
Forum: Modules & Programming
Topic: Module Timed Think Function
Replies: 5
Views: 14924

I figured it out in case anyone is interested. void ecgn_test(void) { dprintf(DP_SERVER, "PRIVMSG %s :TESTING\n", "#ecgn"); } char *ecgn_start(Function *func_table) { global = func_table; module_register(MODULE_NAME, ecgn_table, 1, 2); if (!(irc_funcs = module_depend(MODULE_NAME,...
by rrc55
Tue Jul 15, 2014 6:33 pm
Forum: Modules & Programming
Topic: Module Timed Think Function
Replies: 5
Views: 14924

Module Timed Think Function

I want to write a command independent mod function that performs a task at a regular interval. How do I export it to the core? Is there a better way? Thank you.
by rrc55
Sun Mar 20, 2011 8:09 am
Forum: Eggdrop Help
Topic: 1.8 CVS Problem
Replies: 3
Views: 6785

Everything works fine. I just assumed it hung because I didn't see the motd. But it's definitely connected. Silly me.
by rrc55
Thu Mar 17, 2011 5:40 pm
Forum: Eggdrop Help
Topic: 1.8 CVS Problem
Replies: 3
Views: 6785

I actually didn't think to try that. It does work fine on normal ports. I did try other servers for SSL and they all hanged. I'm not loading any extra scripts either. Just tried a different network and got this in case it helps [16:44:48] === Bot3256: 0 channels, 1 users. [16:44:49] main: entering l...
by rrc55
Wed Mar 16, 2011 6:53 pm
Forum: Eggdrop Help
Topic: 1.8 CVS Problem
Replies: 3
Views: 6785

1.8 CVS Problem

I've just upgraded my bot from 1.6.19 to 1.8 and followed the instructions to setup SSL to the best of my ability but I can't seem to connect to any ssl servers. I've tried various eggdrop.conf settings, eggdrop generated keys + certs, creating openssl key + certs + CA and specifying the path in egg...
by rrc55
Mon Jan 25, 2010 11:39 pm
Forum: Modules & Programming
Topic: Mod Function Arguments
Replies: 2
Views: 8311

Got it thanks.
by rrc55
Sat Jan 23, 2010 8:22 pm
Forum: Modules & Programming
Topic: Mod Function Arguments
Replies: 2
Views: 8311

Mod Function Arguments

Hi noob here working on my first mod.

I can kind of see how commands are added to the bind table but how does eggdrop know what arguments to pass to my functions when the command is issued?

Thanks.
by rrc55
Sun Sep 20, 2009 12:55 pm
Forum: Eggdrop Help
Topic: Setting Channel Password in .conf File
Replies: 6
Views: 5382

The statement you are using looks fine but am I right in thinking that it will be ignored once the static channel records have been created (the first time the bot is started)? Hence, if you added the need-key line later, then it would have no effect. Under those circumstances you would have to use...
by rrc55
Sun Sep 20, 2009 8:44 am
Forum: Eggdrop Help
Topic: server-cycle-wait not working
Replies: 0
Views: 1877

server-cycle-wait not working

# This setting defines how long Eggdrop should wait before moving from one # server to another on disconnect. If you set 0 here, Eggdrop will not wait # at all and will connect instantly. Setting this too low could result in # your bot being K:Lined. set server-cycle-wait 300 [06:52] net: eof!(read...
by rrc55
Wed Sep 09, 2009 2:27 am
Forum: Script Support & Releases
Topic: Help Updating ourTube.tcl
Replies: 16
Views: 32561

You are a scholar and a gentleman.
by rrc55
Wed Sep 09, 2009 12:15 am
Forum: Script Support & Releases
Topic: Help Updating ourTube.tcl
Replies: 16
Views: 32561

Actually I think these are the relevant lines. regexp {<span id=\"watch-view-count\">(.*?)</span>} $data "" views regsub -all -- {\<[^\>]*\>|\t} $views "" views if {![string is digit -strict $views]} { set views "no" }
by rrc55
Tue Sep 08, 2009 6:32 pm
Forum: Script Support & Releases
Topic: Help Updating ourTube.tcl
Replies: 16
Views: 32561

Help Updating ourTube.tcl

I was wondering if anyone would tell me how to get the "views" category of this script to work. Everything displays correctly except the number of views. It's always shows "no views." Here's some relevant info I think: Code in ourTube.tcl, Line 215: foreach {id line} $videos { se...
by rrc55
Tue Sep 08, 2009 4:50 pm
Forum: Script Support & Releases
Topic: marky's color uno
Replies: 6
Views: 9737

I tried creating just the folder "scores" in the eggdrop directory and the script was able to open the UnoScores file on its own.