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

by MrStatic
Mon Aug 03, 2009 4:42 am
Forum: Eggdrop Help
Topic: eggdrop-1.6.19-ssl-rootie.patch make errors
Replies: 2
Views: 4691

eggdrop-1.6.19-ssl-rootie.patch make errors

I started out by downloading eggdrop1.6.19+ctcpfix.tar.gz. I ./configure, make config, make, make install. No issues. Now I go to apply the patch. I get Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/patch.h 2008-04-19 06...
by MrStatic
Wed Apr 30, 2008 3:53 am
Forum: Scripting Help
Topic: Issue with timers
Replies: 1
Views: 1556

Issue with timers

So I am looping through a txt file and running this command

Code: Select all

utimer 30 [ list putserv "PRIVMSG $chan :$line" ]
But that delays the entire output by 30 seconds so itll wait 30 seconds then display the lines without delay, I am attempting to delay each line output
by MrStatic
Tue Apr 29, 2008 4:00 am
Forum: Script Requests
Topic: Need a script to display txt files from subdirs to a channel
Replies: 10
Views: 6944

Heh I realize this is an old post but the code still works wonders but I am attempting to add to it and I am having issues. I am looking to delay the output in the foreach loop foreach line $lines { # puthelp will give you about 4 seconds delay between lines puthelp "PRIVMSG $chan :$line" ...