Is it possible to disable eggdrops builtin queues so it just sends everything right away? I know it might EXCESS FLOOD but I have taken care of that, so that wont be a problem.
/* Don't even BOTHER if there's no server online. */
if (serv < 0)
return;
tputs(serv, buf, len); /* THIS IS WHAT YOU ADD */
return;
/* No queue for PING and PONG - drummer */