Hi
(I know that this is the Eggdrop Help forum, pls read and to not delte/.... THX)
I have a shellaccount and run there a psybnc and a eggdrop. My network is Quakenet. The problem was: if i join a really big channel (1000 - 2000++ users) the bnc will quit with reason maxQsend.
The shelladmin suggested me to edit the file:
src/p_socket.c
setting: #define MAX_SENDQ 1000
to: #define MAX_SENDQ 100000
This was done and now i can join big channels with psybnc and without any problems. (which means the conneciton of the shell is more then fast enugh, about 100mbit and the maxQsend limit off the server is ok, as well...)
But the problem now: I can`t join huge channels with my eggdrop. He will quit (maxQsend) until he send names or who to the server.
#define MAX_SENDQ 1000 ---> is there an setting like this for eggdrop? May be a little change off the source?