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.

queueing mesgs

Old posts that have not been replied to for several years.
Locked
s
silentbutdeadly

Post by silentbutdeadly »

I'm trying to send a list to ppl over mIRC but the items on the list pop up really slow. Is there way to queue the mesgs and send them all at once so they will pop up faster? The way I'm doing it now is:

putquick "PRIVMSG $nick :Item #1"
putquick "PRIVMSG $nick :Item #2"
putquick "PRIVMSG $nick :Item #3"
.
.
.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

the queues are optimised as not to not flood the bot off irc. any faster and on most ircds you'll excess flood. If you really wanna change it, the bot will need recompiling with some slight modification to the source (just don't expect it to remain on irc long if you're gonna dump out a lot of text). I'll look up the needed source change later if someone else doesn't do it first.
Locked