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

by padyo
Thu Feb 10, 2011 9:05 am
Forum: Scripting Help
Topic: Throttling
Replies: 2
Views: 3737

Cheers! Appreciate it.
by padyo
Sun Feb 06, 2011 1:31 pm
Forum: Scripting Help
Topic: Throttling
Replies: 2
Views: 3737

Throttling

I've read may of the topics concerning throttling proc throttled {id time} { global throttled if {[info exists throttled($id)]} { return 1 } { set throttled($id) [clock sec] utimer $time [list unset throttled($id)] return 0 } } and I can apply it to more basic commands, but am unsure of where to pla...
by padyo
Thu Jun 26, 2008 7:19 pm
Forum: Script Requests
Topic: Radio Countdown
Replies: 2
Views: 1821

Awesome! Thank you. Works a charm.
by padyo
Wed Jun 25, 2008 1:09 pm
Forum: Script Requests
Topic: Radio Countdown
Replies: 2
Views: 1821

Radio Countdown

Looking for a 3 minute countdown timer to allow the next dj that the next slot is freed up. Currently I have one for mirc, but would like to see something for the eggdrop so a dj could type a command like: !countdown and leave the work up to the bot. Something that would leave it looking like: Dj: !...