When I .restart my eggdrops, it is causing the IRC network I use to automatically g-line them. (this does not happen I kill them with .die and launch again).
Have spoken to a network op, and they asked me to remove "join 0" from my code, as they use that as a key to help them gline spammers.
I've searched all my scripts etc but cannot find anything like that. Does anyone know what setting this could be or how to get rid of it as I have no idea!
It's in eggdrop sources. Bot is using "JOIN 0" to leave all channels it's on.
Check src/mod/irc.mod/irc.c - irc_close() function and comment that code if you want ;)