A very often asked question is how to make Eggdrop send as fast as possible. This is discouraged and will disconnect your bot if it doesn't have special privileges from the IRCd!
Load this script (paste to configfile or create a scriptfile):
package require Eggdrop 1.6.20
bind out - "% queued" circumvent_queues
proc circumvent_queues {queue text status} {
putnow $text; # send instantly
return 1; # delete from old queue
}
I try to insert that one in my eggdrop but i can´t get it to work, what i don´t get is what is queue and status