Since some months there are new quakenet flags, like:
+j AUTOINVITE - if you set this, Q will invite you to the channel when you AUTH.
I would like to use this flag, but it doesn't work.
The eggdrop (auth) has the +j flag at ~14 channels and if the qnet invited him he gets an flood-msg and will be killed from the qnet.
Does somebody know where I can incrase the time to join a channel?
I'm going to commit a patch to Eggdrop1.6.20 (the CVS version) which changes the queue that a bunch of the JOIN commands use. They are currently using the quickest of the 3 queues (DP_MODE) and should really be using DP_SERVER in most of those cases.