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.

wunderground script channel posting question

Old posts that have not been replied to for several years.
Locked
S
Sphinx
Halfop
Posts: 90
Joined: Tue Mar 04, 2003 10:00 am

wunderground script channel posting question

Post by Sphinx »

got a small question the wundergound weather script
has a 2 seconds delay in posting lines in the channel
is there any way to change this to 1 ?
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

The delay is probably due to the built in flood protection in your eggdrop. Making this delay lower would mean there's a greater chance your bot will flood off irc...so is it really worth it?
Try replacing every 'putserv' in the script with 'putquick' and see how it works.
Locked